use-cases/browser-games.md +13 −0 added
1# Create browser-based games | Codex use cases
2
3Need
4
5Backend stack
6
7Default options
8
9[Fastify](https://fastify.dev/) , WebSockets, [Postgres](https://www.postgresql.org/) , and [Redis](https://redis.io/)
10
11Why it's needed
12
13A strong default when the game needs persistence, matchmaking, leaderboards, or pub/sub.