Skip to content

AyushK101/chess-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

chess app

  • 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>

nodemon

✅ It auto-restarts on change ✅ No TS build step ✅ VSCode uses its own TypeScript checker ✅ No double-compilation or watcher overload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors