Skip to content

Hassams/rust-rtc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages