EtherealEngine / etherealengine

iR Engine - Bringing us together on the open social spatial web. 🤖 🚀 👓 🕹ī¸ 🧑đŸŋ‍🚀
https://etherealengine.org
Other
709 stars 0 forks source link

Realtime Instance Server MVP #219

Closed dmitrizagidulin closed 4 years ago

dmitrizagidulin commented 4 years ago

We are building a realtime social MMO and plan to use tcp via sockets and udp via WebRTC data channels.

We want a realtime instance server as referenced in #221. This will be the the mvp of the agones backend.

Socket connection allows two users on the same server to see messages from the socket channel. Maybe to move a box around and see the movement of the other user's box.

lalalune commented 4 years ago

We have sockets and UDP comms. Enough to prove MVP, we will move to more detailed issues.