Hacker News new | ask | show | jobs
by hpx7 1365 days ago
WebSockets is built on top of TCP, whereas WebTransport is built on top of UDP. This makes WebTransport better suited for handling latency-sensitive applications like multiplayer games.
1 comments

https://github.com/cloudflare/quiche/issues/1114

Looks like no Rust HTTP/3 "WebTransport" support yet?

WebTransport and QUIC are different, right?

WebTransport is an HTTP/3 only protocol, and HTTP/3 is a QUIC only protocol. Different but interlinked.
UDP -> QUIC -> HTTP/3 -> WebTransport?
Correct