-
Notifications
You must be signed in to change notification settings - Fork 2
Home
automoto edited this page Aug 12, 2026
·
5 revisions
ggscale is an open-source backend for multiplayer games. One Go binary and one Postgres database provide player authentication (including Steam), account linking and recovery, cloud saves, remote config, leaderboards, friends, lobbies, matchmaking, P2P relay, and a beta dedicated-server fleet with the backend of your choice.
A deployment fits on a single VPS and can scale out to multiple hosts and regions without adding a message broker or separate cache tier.
- Integrate your game. Start with the Quickstart, then read Core Concepts and the Feature Guides.
- Use the API. Browse the generated API reference for the complete wire contract.
- Use gg-scale Cloud Service You can sign up to use the hosted version of gg-scale at https://ggscale.com
- Self-host the server. Follow How to Self-Host gg-scale on a VPS for the complete setup and operations walkthrough.