Open gedw99 opened 1 year ago
this is really nice !!
at the moment there is only libp2p ?
QUIC web Transport is ready for prime time with golang and browser all on board now. Would just go for that now.
https://github.com/quic-go/webtransport-go
https://github.com/yomorun/presencejs/blob/main/prscd/webtransport/http3.go is polyfilled, so it works for clients that dont have native WebTransport
Howdy! What are the benefits of web transport over QUIC for this library? It should be pretty easy to implement either way since we just need an io.Reader and io.Writer.
io.Reader
io.Writer
this is really nice !!
at the moment there is only libp2p ?
QUIC web Transport is ready for prime time with golang and browser all on board now. Would just go for that now.
https://github.com/quic-go/webtransport-go
https://github.com/yomorun/presencejs/blob/main/prscd/webtransport/http3.go is polyfilled, so it works for clients that dont have native WebTransport