-
Notifications
You must be signed in to change notification settings - Fork 445
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
Tracking Issue - WebRTC direct in Node.js #2581
Labels
kind/tracking
A meta-issue for tracking work
Comments
achingbrain
added a commit
that referenced
this issue
Jun 7, 2024
Supports listening and dialing WebRTC Direct multiaddrs in Node.js. Depends on: - [ ] libp2p/go-libp2p#2827 - [ ] paullouisageneau/libdatachannel#1201 - [ ] paullouisageneau/libdatachannel#1204 - [ ] murat-dogan/node-datachannel#257 - [ ] murat-dogan/node-datachannel#256 Closes: - #2581
12 tasks
achingbrain
added a commit
that referenced
this issue
Jun 7, 2024
Supports listening and dialing WebRTC Direct multiaddrs in Node.js. Depends on: - [ ] libp2p/go-libp2p#2827 - [ ] paullouisageneau/libdatachannel#1201 - [ ] paullouisageneau/libdatachannel#1204 - [ ] murat-dogan/node-datachannel#257 - [ ] murat-dogan/node-datachannel#256 Closes: - #2581
achingbrain
added
kind/tracking
A meta-issue for tracking work
and removed
need/triage
Needs initial labeling and prioritization
labels
Jun 17, 2024
I am trying to use webRTC in an exclusive node.js environment (no browser nodes). I created issue #2702 and wanted to link to it here, as it might be relevant to this discussion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
WebRTC-direct is currently only supported in browsers as mentioned in package.
This is a tracking issue for adding support for WebRTC-direct in Node.js, which would allow browsers to dial Node.js directly (without circuit relay and signalling) without needing for a TLS certificate as in the case of WebSockets.
Dependencies
This require changes to both https://github.com/murat-dogan/node-datachannel and https://github.com/paullouisageneau/libdatachannel to allow SDP Munging.
Related PRs/issues:
Tasks
libp2p+webrtc+v1/
go-libp2p#2827The text was updated successfully, but these errors were encountered: