Library Settings Get Help
Stacktora
Stacktora / Vault / Leaderboard & Matchmaking Backend
Real-time by @ops

Leaderboard & Matchmaking Backend

Score tracking, rankings, and matchmaking queue state via Redis sorted sets, Postgres for persisted match history. The backend shape behind any competitive/gaming feature that needs a live leaderboard, not just a stored high-score table.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install leaderboard-matchmaking --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault