Skip to content

robertpelloni/bobsgameonlinejava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

412 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jules Autopilot (Go Primary Runtime)

The ultra-fast, autonomous command center for Google Jules.

Jules Autopilot is a high-performance, minimalist orchestration platform for the Google Jules AI agent. It replaces slow official interfaces with a unified, real-time dashboard, powered by a robust Go backend runtime.

🚀 The Stack

This project has been pivoted to a Go-first architecture to ensure maximum performance, operational reliability, and zero friction:

  • Backend/Runtime: Go (High-performance API, WebSocket server, Scheduler, and Static SPA host)
  • Frontend: Vite + React 19 (Pure SPA, no SSR overhead)
  • Database: GORM + SQLite (Zero-config local persistence)
  • Queue & Automation: Native Go task queue and RAG indexer
  • Styling: TailwindCSS v4

🛠️ Getting Started

Prerequisites

Installation

# Clone the repository
git clone https://github.com/your-repo/jules-autopilot.git
cd jules-autopilot

# Install frontend dependencies
pnpm install

# Build the frontend and shared packages
pnpm run build

Running the Command Center

You can run the entire stack via the Go backend (which serves the built frontend):

  1. Start the Go Runtime:

    cd backend-go
    go run main.go

    The dashboard will be available at http://localhost:8080.

  2. Frontend Dev Mode (Optional):

    pnpm run dev

🏗️ Architecture

┌──────────────────────────────────────────┐
│          Browser (Vite SPA)              │
│  http://localhost:3006 (Dev)             │
│  http://localhost:8080 (Prod)

About

Java client and server for "bob's game online," 2D MMORPG engine and world

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 97.6%
  • GLSL 2.2%
  • Go 0.2%
  • Shell 0.0%
  • Batchfile 0.0%
  • Dockerfile 0.0%