-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transport/webtransport: Add WebTransport protocol #2993
Comments
Status Update #4015 adds WASM WebTransport support when running in the browser. |
In the interop tests, we currently only test against a go-libp2p node. It will however work with any implementation that follows the libp2p WebTransport spec. Nothing is hardcoded to only work with Kubo :) |
@mxinden |
@thomaseizinger The |
A lot of the work in this repo is still done by Max and myself and we communicate a lot on what we work on so we practically never had an overlap. Speaking of which, I can't recall when we last had duplicated work that could have been avoided by assigning people :) Usually, we ask for draft-PRs very early on and immediately link them to the corresponding issue so there is visibility about in-progress work! |
Ok, thanks! |
https://github.com/BiagioFesta/wtransport Just came across this |
Hello guys! |
Could we just add WebTransport functionality to It would be nice we could support listening on |
Good point! I like your proposal. |
@thomaseizinger @mxinden I am faced with a few problems here.
But nevertheless, you can see here the general direction. |
I don't think we need to support dialing WebTransport for now. Given that WebTransport is primarily intended to improve connectivity by browsers, the dialing bit will be implemented in the browser's native code. If you are actually running |
Description
Add a WebTransport
Transport
implementation according to the WebTransport specification libp2p/specs#404.Motivation
See libp2p/specs#404
Are you planning to do it yourself in a pull request?
No
The text was updated successfully, but these errors were encountered: