Stacktora / Vault / Go + Postgres + Redis + NATS: Real-time Chat Starter
Real-time by @ops

Go + Postgres + Redis + NATS: Real-time Chat Starter

A real-time messaging backend: Go API, Postgres for message history and rooms, Redis for presence and rate limiting, and NATS as the pub/sub backbone for live delivery across instances.

Open in generator Browse the Vault

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

The stack

Go 1.26 PostgreSQLRedis NATS

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-realtime-chat --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