Remix.run Logo
keepamovin 10 hours ago

Is quic related to the Chrome implemented WebTransport? Seems pretty cool to have that in browser API.

dpeckett 9 hours ago | parent [-]

Now that's an interesting, and wild, idea.

I don't believe you could implement RFC 9484 directly in the browser (missing capsule apis would make upgrading the connection not possible). Though WebTransport does support datagrams so you could very well implement something custom.