{"id":46047641,"url":"https://github.com/leonid1095/plgames-booster-up","last_synced_at":"2026-04-18T10:19:47.784Z","repository":{"id":341213359,"uuid":"1169144409","full_name":"Leonid1095/PLGames-Booster-Up","owner":"Leonid1095","description":"Game network booster with custom PLG Protocol — reduce ping, eliminate jitter, optimize routes for online games","archived":false,"fork":false,"pushed_at":"2026-02-28T16:24:42.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T17:46:01.756Z","etag":null,"topics":["docker","fastapi","game-booster","networking","nextjs","ping-optimizer","rust","udp"],"latest_commit_sha":null,"homepage":"https://plgames-boost.duckdns.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leonid1095.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T08:36:59.000Z","updated_at":"2026-02-28T16:24:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Leonid1095/PLGames-Booster-Up","commit_stats":null,"previous_names":["leonid1095/plgames-booster-up"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Leonid1095/PLGames-Booster-Up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonid1095%2FPLGames-Booster-Up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonid1095%2FPLGames-Booster-Up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonid1095%2FPLGames-Booster-Up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonid1095%2FPLGames-Booster-Up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leonid1095","download_url":"https://codeload.github.com/Leonid1095/PLGames-Booster-Up/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonid1095%2FPLGames-Booster-Up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29964203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fastapi","game-booster","networking","nextjs","ping-optimizer","rust","udp"],"created_at":"2026-03-01T08:01:44.170Z","updated_at":"2026-03-01T08:01:44.758Z","avatar_url":"https://github.com/Leonid1095.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PLGames Booster UP\n\nGame network booster with custom PLG Protocol. Reduces ping, eliminates jitter, and optimizes routes for online games.\n\n**Live:** [plgames-boost.duckdns.org](https://plgames-boost.duckdns.org)\n\n## Architecture\n\n```\n┌──────────┐     ┌──────────────┐     ┌─────────────┐\n│  Client   │────▶│  PLG Relay   │────▶│ Game Server │\n│ (Windows) │◀────│  (Rust/UDP)  │◀────│             │\n└──────────┘     └──────────────┘     └─────────────┘\n      │                 │\n      ▼                 ▼\n┌──────────────────────────┐\n│       API (FastAPI)      │\n│   + PostgreSQL + Redis   │\n└──────────────────────────┘\n      │\n      ▼\n┌──────────────────────────┐\n│     Web (Next.js 14)     │\n│  Landing + Dashboard     │\n└──────────────────────────┘\n```\n\n## Stack\n\n| Component | Tech | Port |\n|-----------|------|------|\n| **API** | Python 3.12, FastAPI, SQLAlchemy 2, Alembic | 8000 |\n| **Relay** | Rust, Tokio, custom PLG Protocol (UDP) | 443 (UDP), 8443 (API), 9090 (metrics) |\n| **Web** | Next.js 14, React 18, Tailwind CSS, TypeScript | 3000 |\n| **DB** | PostgreSQL 16 | 5432 |\n| **Cache** | Redis 7 | 6379 |\n| **Monitoring** | Prometheus + Grafana | 9090, 3000 |\n\n## Key Features\n\n- **PLG Protocol** — custom UDP protocol optimized for game traffic, minimal overhead\n- **Adaptive Routing** — automatic selection of the lowest-latency route\n- **Multipath** — traffic duplication across multiple paths, instant failover\n- **Game Auto-Detection** — client detects running game and applies optimal settings\n- **50+ Games** — CS2, Dota 2, Valorant, Apex, Fortnite, LoL, and more\n- **Billing** — DonatePay integration, promo codes, trial period\n\n## Quick Start\n\n```bash\n# 1. Clone and configure\ngit clone https://github.com/Leonid1095/PLGames-Booster-Up.git\ncd PLGames-Booster-Up\ncp .env.example .env\n# Edit .env with your values\n\n# 2. Start infrastructure\ncd infra\ndocker compose up -d db redis\n\n# 3. Run API\ncd ../api\npython -m venv .venv \u0026\u0026 source .venv/bin/activate\npip install -r requirements.txt\nalembic upgrade head\nuvicorn app.main:app --host 0.0.0.0 --port 8000\n\n# 4. Run Web\ncd ../web\nnpm install\nnpm run dev -- --port 3000\n```\n\n### Docker (production)\n\n```bash\ncd infra\ndocker compose up -d\n```\n\n## Project Structure\n\n```\n├── api/                 # Backend API (FastAPI)\n│   ├── app/\n│   │   ├── models/      # SQLAlchemy models\n│   │   ├── routers/     # API endpoints\n│   │   ├── schemas/     # Pydantic schemas\n│   │   ├── services/    # Business logic\n│   │   └── utils/       # Middleware, rate limiting, metrics\n│   ├── alembic/         # Database migrations\n│   └── tests/           # 64 tests\n├── relay/               # PLG Relay Server (Rust)\n│   └── src/             # UDP relay, management API, metrics\n├── web/                 # Landing + Dashboard (Next.js 14)\n│   └── src/\n│       ├── app/         # Pages (landing, auth, dashboard)\n│       ├── components/  # UI components\n│       └── lib/         # API client, auth, utils\n├── client/              # Windows client (WIP)\n├── gateway-agent/       # Node agent\n├── infra/               # Docker, Prometheus, Grafana\n│   ├── grafana/         # Dashboards and provisioning\n│   └── prometheus/      # Scrape config\n└── docs/                # Specs and roadmap\n```\n\n## Tests\n\n```bash\n# API tests (64 total)\ncd api \u0026\u0026 source .venv/bin/activate\npytest -v\n\n# Relay E2E tests\ncd relay \u0026\u0026 cargo test\n./tests/run_e2e.sh\n```\n\n## Roadmap\n\nSee [docs/03-roadmap.md](docs/03-roadmap.md) for the full 16-phase roadmap.\n\n**Completed:** Phases 0-3, 5-9 (Infrastructure, API, Relay, Web, Monitoring, Billing, Admin, Multipath)\n\n**Next:** Phase 4 (Windows Client), Phase 10+ (Android, iOS, Router support)\n\n## License\n\nAll rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonid1095%2Fplgames-booster-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonid1095%2Fplgames-booster-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonid1095%2Fplgames-booster-up/lists"}