Stacktora
Stacktora / Vault / Elixir + Postgres + Redis: Turn-Based Multiplayer Game Backend
Real-time by @ops

Elixir + Postgres + Redis: Turn-Based Multiplayer Game Backend

Persisted game state and move history in Postgres, Redis for active-turn/presence state — distinct from the Rust + Redis + NATS multiplayer recipe: that's fast-tick real-time games, this is async turn-based play (chess/word-game shaped), a genuinely different latency and consistency profile.

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

The stack

Elixir 1.20 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install elixir-turnbased-multiplayer --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