Skip to content
automoto edited this page Aug 1, 2026 · 3 revisions

ggscale

ggscale is an open-source backend for multiplayer games. It runs as one Go binary against one Postgres database, and you host it yourself. That gives a game player accounts, saves, leaderboards, social features, matchmaking, and a game-server fleet without stitching several services together.

Your data stays in your own database. A deployment fits on a single VPS and scales out when a game needs more. You do not run a message broker or a separate cache tier next to it, and there is no sidecar.

Where to go next

Clone this wiki locally