You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a turn-based game where the game loop is basically a kv.watch() loop, using this (and a chat app) as inspiration. The latency is just as bad; up to several seconds for a single turn.
If this is the best multiplayer game demo for Deno, multiplayer with Deno is a dead end.