intagaming / tic-tac-toe-worker

Realtime authoritative server/worker/ticker for the Tic Tac Toe game, written in Go.

Home Page:https://ttt.hxann.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Realtime authoritative server/worker/ticker for the Tic Tac Toe game, written in Go.

https://ttt.hxann.com


Languages

Language:Go 99.8%Language:Shell 0.2%