Skip to content

adpadillar/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-http-server

I'm learning Rust and I'm trying to build a simple HTTP server. I quickly had the idea to create a videochat app with it. I'm using websockets to communicate between the server and the client.

Right now it streams video one-way. A "sender" can stream their camera and several "receivers" can watch the stream. I'm planning to add audio and two-way communication.

About

Rust http server using websockets to send a video feed to a React client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published