clarkmcc / remotenetstack

Layer 2 tunneling over layer 4 protocols
MIT License
8 stars 0 forks source link

Transports: QUIC / WebTransport #2

Open gedw99 opened 1 year ago

gedw99 commented 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

clarkmcc commented 1 year ago

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.