landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Create WebSocket hosts #50

Open SirFatredVIII opened 3 months ago

SirFatredVIII commented 3 months ago

We need to be able to host game sessions using websockets online.

Solution: Create a websocket server for this game that we can use to receive information about a given session.

Useful links: (Writing Websocket Servers) https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers (Writing Websockets) https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications