web-udp-public
web-udp-public copied to clipboard
Public demand for Web UDP
Hi @Maksims Check out the library I built called [geckos.io](http://geckos.io). It allows client/server connections over UDP using WebRTC and Node.js.
Apparently this will solve our needs, can't wait to try it out https://wicg.github.io/web-transport/
Multicast is alive and well in company intranets. The browser plugin depreciation has forced us to move our customers to a desktop application, increasing maintenance costs. WebUDP with multicast support...
We're doing a mixed reality web browser in Javascript and we'd love to dogfood this stuff if it becomes a thing. (we've already done some hacking on it) Per readme,...
Here's my proposal for a WebSocket extension that would expose UDP securely to web pages: During the initial WebSocket handshaking, the client signals support with the header `Sec-WebSocket-Extensions: udp`. The...
This looks promising. Cross-posted from https://github.com/noffle/web-udp/issues/4: https://github.com/RedpointGames/netcode.io-browser cc @gafferongames
I was talking with Van Jacobsen who is on the Websockets spec committee and he suggested a strategy might be to propose for Websockets V2 that they add a QUIC...
https://github.com/skywind3000/kcp https://github.com/xtaci/kcp-go
Notes
Great write-up. I wrote some notes on this as well earlier this year: https://github.com/noffle/web-udp