https://big-two-app.fly.dev/ all working on fly.io now. thinking about if I can drop pocketbase as arealtime backend entirely
Server-sent event seems like a perfect fit for this game as Iām only ever reading state. mutations happen via post requests, so I dont need websockets for bidirectional communication.
time for a re-build!!