Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 277 Bytes

A signaling server written in rust

This is a simple signaling server written in rust

Running

To run this project simply type in a terminal:

cargo run

To run an chat app example using peer to peer and webrtc:

cargo run && cargo run --example webrtc-chat