Stacktora / Vault / Rust + Redis + NATS: Multiplayer Game Backend
Real-time by @ops

Rust + Redis + NATS: Multiplayer Game Backend

A low-latency multiplayer game backend: Rust for predictable, high-performance tick processing, Redis for fast-changing player/session state, and NATS as the pub/sub backbone for broadcasting game state across server instances.

Open in generator Browse the Vault

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

The stack

Rust 1.96 Redis NATS

Install

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

Submit your own recipe