#
data-channel
Here are 11 public repositories matching this topic...
lgrahl
commented
Feb 19, 2018
WebRTC Data Channel demo
-
Updated
Dec 29, 2019 - JavaScript
A standalone WebRTC and ORTC data channel implementation.
-
Updated
May 1, 2020 - C
data_channel is a simple dart utility for handling exceptions and data routing
-
Updated
May 8, 2020 - Dart
WebRTC data channel peer connection establishment using QR codes for trickle ICE exchange.
javascript
webrtc
qrcode
qr-code
sdp
ice
peer-connection
webrtc-demo
data-channel
webrtc-datachannel
qr-channel
-
Updated
Dec 9, 2019 - JavaScript
A simple working iOS RTCDataChannel built using WKWebView
-
Updated
Apr 15, 2019 - Swift
Using shell pipes for streaming data to your web app over WebRTC Datachannel (based on the awesome rawrtc)
-
Updated
Mar 2, 2019 - C
Ultralight persistent data channels in rust
-
Updated
Jul 6, 2020 - Rust
A WebRTC data channel establishment with QR codes used for signaling channel.
-
Updated
Dec 29, 2019 - JavaScript
Channel for data exchange between iframe and parent window
-
Updated
Sep 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the data-channel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-channel topic, visit your repo's landing page and select "manage topics."
Great stuff! I'd love to use this in magic-wormhole.. I only need the DataChannel, though. Any idea how hard it'd be to define a 'feature' for the codecs, so
pip install aiortc[video]gets you the dependencies on the codecs, butpip install aiortc[datachannel]does not?