libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

Listener #7

Open achingbrain opened 1 year ago

achingbrain commented 1 year ago

There's no listener in this module at the moment because node doesn't support http3 (yet).

Something like https://github.com/fails-components/webtransport may be a solution in the interim?

See the echoserver.js file - it shows how to start a http3 server using that module.