rocketcrab
rocketcrab copied to clipboard
Investigate peer to peer negotiation for games
Currently, every game needs its own server to communicate with the other players. Rocketcrab could use something like https://github.com/peers/peerjs to help developers connect each browser instance without the need for an actual server, instead using one of the players devices as the "server".