Skip to content

pingu1m/rust-zoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Zoom

rust

MVP of a teleconferencing system written in rust, both the backend and the UI.

How to test?

Setup

Technically you could test this with a single computer, but it is more fun if you use 2+.

Steps

  1. Open chrome:https://flags on all the computers that you want to use to test the tele-conferencing system, add the ip of the computer that you will use as the server to the Insecure origins treated as secure list.

Screen Shot 2022-10-24 at 8 18 15 AM

  1. Start the servers on the computer that you intent to use as the server using make up (requires docker).

  2. Connect all computers to http:https://<server-ip>/meeting/<username>/<meeting-id>

  3. Make sure that you "allow" access to your mic and camera:

Screen Shot 2022-10-24 at 8 23 50 AM

  1. Click connect on both browsers, and enjoy:

Oct-24-2022 08-28-17

👉 Join our Discord Community

You can join our Discord Community, here is the invite link.

👨‍💻 Project Structure

Contains 3 sub-projects

  1. actix-api: actix web server
  2. yew-ui: Yew frontend
  3. types: json serializable structures used to communicate the frontend and backend.

Dockerized workflow

  1. Install docker
  2. Run one of the supported make commands
make test
make up
make down
make build

About

zoom clone using rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 95.5%
  • Makefile 1.7%
  • Other 2.8%