Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 602 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 602 Bytes

tic-tac-toe-worker

tic-tac-toe-worker is the "authoritative server" for the tic-tac-toe game. This server is made to be a distributed server, which means if there are 100 of these running, all the works that the client requests will be evenly distributed among them.

I call this the Distributed Realtime Server Architecture.

architecture