Browse Source

Added links to lerouxrgd/datachannel-rs

Paul-Louis Ageneau 5 years ago
parent
commit
bbc6307457
2 changed files with 4 additions and 1 deletions
  1. 3 0
      README.md
  2. 1 1
      examples/README.md

+ 3 - 0
README.md

@@ -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)
+

+ 1 - 1
examples/README.md

@@ -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