1 2 3 4 5 6 7 8 9
# ezrtc - Easy cross-platform WebRTC communication with data channels and a simple signaling server. ## Example 1. Host example: `cargo r --example ezrtc_host` 1. Client example: `cargo r --example ezrtc_client`