mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Added links to lerouxrgd/datachannel-rs
This commit is contained in:
@ -196,3 +196,6 @@ ws->open("wss://my.websocket/service");
|
||||
|
||||
```
|
||||
|
||||
## External resources
|
||||
- Rust wrappers for libdatachannel: [lerouxrgd/datachannel-rs](https://github.com/lerouxrgd/datachannel-rs)
|
||||
|
||||
|
@ -5,7 +5,7 @@ This directory contains different WebRTC clients and compatible WebSocket + JSON
|
||||
- [client](client) uses libdatachannel to implement WebRTC Data Channels with WebSocket signaling
|
||||
- [web](web) contains an equivalent implementation for web browsers and a node.js signaling server
|
||||
- [signaling-server-python](signaling-server-python) contains a similar signaling server in Python
|
||||
- [signaling-server-rust](signaling-server-rust) contains a similar signaling server in Rust
|
||||
- [signaling-server-rust](signaling-server-rust) contains a similar signaling server in Rust (see [lerouxrgd/datachannel-rs](https://github.com/lerouxrgd/datachannel-rs) for Rust wrappers)
|
||||
|
||||
Additionally, it contains two debugging tools for libdatachannel with copy-pasting as signaling:
|
||||
- [copy-paste](copy-paste) using the C++ API
|
||||
|
Reference in New Issue
Block a user