intagaming / tic-tac-toe-worker-node

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe-worker-node

Note: I switched back to using Go due to (possibly) performance and memory footprint.

tic-tac-toe-worker-node 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 TypeScript.

https://ttt.hxann.com


Languages

Language:TypeScript 100.0%