ezrtc
v0.8.0
Published
Easy WebRTC communication
Readme
ezrtc
- Easy cross-platform WebRTC communication with data channels and a simple signaling server.
- Currently supports: JavaScript/TypeScript, Rust and C#.
[!WARNING] ezrtc is currently unstable and not recommended for production use. The API is subject to change.
Client
- A simple WebRTC client that connects to the signaling server using WebSockets.
Server
- A simple signaling server that allows multiple clients to connect to each other and exchange data using WebSockets.
Credits
- Server based on: wasm-peers
- Licensed under MIT
