Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 635 Bytes

Rust WebSocket Server with warp

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.

Getting Started

These instructions will help you set up and run the WebSocket server on your local machine.

Prerequisites

Before running the server, make sure you have the following installed:

  • Rust
  • Cargo

Installing

  1. Clone the repository:
git clone https://github.com/your-username/rust-warp-websocket-server.git
cd rust-warp-websocket-server