multiformats / multiaddr

Composable and future-proof network addresses
https://multiformats.io/multiaddr
MIT License
424 stars 84 forks source link

Add WebTransport #123

Closed mriise closed 2 years ago

mriise commented 2 years ago

Similar transport to Websocket that uses a http/3 instead. Great news for browsers as it (should) allow them to use the multiplexing and congestion control capabilities of QUIC.

w3 draft: https://www.w3.org/TR/webtransport/ firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1692754 chrome: https://chromestatus.com/feature/4854144902889472

Stebalien commented 2 years ago

https://www.w3.org/TR/webtransport/#certificate-hashes :partying_face:. If this actually becomes a thing for more than just chrome, it'll solve most of our problems.