Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intagaming/tic-tac-toe-worker
Realtime authoritative server/worker/ticker for the Tic Tac Toe game, written in Go.
https://github.com/intagaming/tic-tac-toe-worker
ably go realtime tic-tac-toe ticker worker
Last synced: about 1 month ago
JSON representation
Realtime authoritative server/worker/ticker for the Tic Tac Toe game, written in Go.
- Host: GitHub
- URL: https://github.com/intagaming/tic-tac-toe-worker
- Owner: intagaming
- Created: 2022-07-01T18:06:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T11:08:13.000Z (over 2 years ago)
- Last Synced: 2023-03-05T11:54:28.223Z (almost 2 years ago)
- Topics: ably, go, realtime, tic-tac-toe, ticker, worker
- Language: Go
- Homepage: https://ttt.hxann.com
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe-worker
tic-tac-toe-worker is the "authoritative server" for the [tic-tac-toe][1] 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.][2]
[![architecture][3]][1]
[1]: https://github.com/intagaming/tic-tac-toe
[2]: https://www.hxann.com/blog/posts/distributed-realtime-server
[3]: https://res.cloudinary.com/an7/image/upload/v1657248180/blog/distributed-realtime-architecture-extended_f3olml.png