Skip to content

just1689/distributed-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Tic-Tac-Toe

The goal of this project is to create a Tic-Tac-Toe server scales horizontally.

Planned features

  • Host web application
  • Host Websocket endpoint
  • Connect to NATS server
  • Push incoming websocket messages to the global queue
  • Subscribe to global queue
  • Handle message: New Player
  • Handle message: New Game
  • Handle message: List Games
  • Handle message: Join Game
  • Handle message: Move
  • Send game to players
  • Show all servers, games, players