-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Need to figure out the networking layer.
Original plan was WebSocket, then WebRTC for UDP + voice chat (using mediasoup).
Am a little unsure whether mediasoup will work client side in native and WASM web build, so would need to test.
Also was looking at WebTransport which seems cool, so could potentially do everything over it instead of WebSocket + WebRTC. Seems most browsers support it except for Safari (which has it in a technology preview), good enough for me. The spec is evolving so might be less stable.
Also also, should see how things would work with our existing axum server.
Ultimately need to see what kind of crates exist already for us to use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📦 Backlog