DEV Community

Discussion on: What is HTTP/3 ?

 
rhymes profile image
rhymes

It would be pretty dangerous to let HTML5 access the networking layer :-)

I'm sure in browser multiplayer games will benefit from HTTP over UDP as well.

Thread Thread
 
easrng profile image
easrng

There is WebRTC, which is, IIRC, run over UDP. If you don't care about P2P, you could conceivably use it between the server and the client, eliminating most of the signaling pain.