Skip to content

Commit

Permalink
add webrtc-rs into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain Liu committed Sep 26, 2021
1 parent ea5b675 commit 31db1e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The libraries that currently have a Client and Server implementation are:
- [Pion](https://github.com/pion/webrtc): Pure Go implementation of the WebRTC API.
- [SIPSorcery](https://github.com/sipsorcery-org/sipsorcery): A WebRTC, SIP and VoIP library for C# and .NET Core. Designed for real-time communications apps.
- [werift-webrtc](https://github.com/shinyoshiaki/werift-webrtc): WebRTC Implementation for TypeScript (Node.js)
- [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.

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

Expand Down
2 changes: 2 additions & 0 deletions doc/PeerConnectionTestSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The descriptions in the following sections outline how the `Server Peer` and `Cl
- C++: [libdatachannel Test Client](../libdatachannel/client.cpp)
- TypeScript: [werift Test Server](../werift/server.ts)
- TypeScript: [werift Test Client](../werift/client.ts)
- Rust: [webrtc-rs Test Server](../webrtc-rs/server/src/main.rs)
- Rust: [webrtc-rs Test Client](../webrtc-rs/client/src/main.rs)

## Signaling

Expand Down

0 comments on commit 31db1e0

Please sign in to comment.