- real time( udp / ws ) , in - memory store(server-state/redis) , queued to log ( kafka , rabbitMQ ),
- chess.ayushkumar.club
- cloudflare ( DDOS, WAF, ratelimit, turnstile )
https://chatgpt.com/c/6835f238-d2d0-8007-a541-af4a948e95b0
https://github.com/lichess-org/lila
game = { gameId, players, moves, result, timestamp }
moves = { gameId, playerId,
}
games = Map<gameId, game>
✅ It auto-restarts on change ✅ No TS build step ✅ VSCode uses its own TypeScript checker ✅ No double-compilation or watcher overload