by jakedahn on 12/30/24, 9:54 PM with 1 comments
by jakedahn on 12/30/24, 9:57 PM
It's using Phoenix LiveView, and the whole game state lives inside a GenServer
Realtime state is written to ETS and periodically (every 5s) flushed to disk.
It's running on fly.io
---
code lives on github here: https://github.com/jakedahn/clickthebutton/blob/main/lib/cli...
and https://github.com/jakedahn/clickthebutton/blob/main/lib/cli...