Skip to content

Commit 31db1e0

Browse files
author
Rain Liu
committed
add webrtc-rs into docs
1 parent ea5b675 commit 31db1e0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The libraries that currently have a Client and Server implementation are:
1717
- [Pion](https://github.com/pion/webrtc): Pure Go implementation of the WebRTC API.
1818
- [SIPSorcery](https://github.com/sipsorcery-org/sipsorcery): A WebRTC, SIP and VoIP library for C# and .NET Core. Designed for real-time communications apps.
1919
- [werift-webrtc](https://github.com/shinyoshiaki/werift-webrtc): WebRTC Implementation for TypeScript (Node.js)
20+
- [webrtc-rs](https://github.com/webrtc-rs/webrtc): A pure Rust implementation of WebRTC stack. Rewrite [Pion](https://github.com/pion/webrtc) WebRTC stack in Rust.
2021

2122
Additional libraries/applications that currently have a Server implementation are:
2223

doc/PeerConnectionTestSpecification.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The descriptions in the following sections outline how the `Server Peer` and `Cl
1616
- C++: [libdatachannel Test Client](../libdatachannel/client.cpp)
1717
- TypeScript: [werift Test Server](../werift/server.ts)
1818
- TypeScript: [werift Test Client](../werift/client.ts)
19+
- Rust: [webrtc-rs Test Server](../webrtc-rs/server/src/main.rs)
20+
- Rust: [webrtc-rs Test Client](../webrtc-rs/client/src/main.rs)
1921

2022
## Signaling
2123

0 commit comments

Comments
 (0)