NanoWizard
NanoWizard

Reputation: 2164

Accepting UDP in the Browser

After curiously googling about potentially accepting UDP packets in web clients (JavaScript), I was surprised to come up with almost nothing except some articles about Google's experimental QUIC Protocol. Here's a recent post about it in the Chromium blog.

My questions are as follows:

With HTML5, WebGL, and web-based gaming starting to litter the internet, I thought more people would be talking about this.

I'm also curious about what the web development community as a whole thinks of QUIC, and if/when standardization of the protocol would potentially take place. Are there are any efforts besides QUIC to standardize UDP (or UDP-like) support for web clients?

Upvotes: 1

Views: 529

Answers (1)

Jack
Jack

Reputation: 2285

HTTP/3 with QUIC & UDP under the hood are finally available in browsers!

Upvotes: 2

Related Questions