This is a simple Rust WebSocket server using the warp and tokio libraries. It replicates the functionality of a Node.js/Express/Socket.IO server for exchanging ICE candidates and session descriptions in a WebRTC application.
These instructions will help you set up and run the WebSocket server on your local machine.
Before running the server, make sure you have the following installed:
- Rust
- Cargo
- Clone the repository:
git clone https://github.com/your-username/rust-warp-websocket-server.git
cd rust-warp-websocket-server