Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.3 KB

README.md

File metadata and controls

81 lines (57 loc) · 1.3 KB
Mado Logo

Mado

A Peer to Peer Video Chat App

Maintainability LICENSE

Screenshot from 2022-11-10 22-55-00

Features

  • Secure Peer-to-Peer Video calls with very low latency
  • Screen sharing
  • Audio only calls

Development

Fork this repo and clone it to your local machine.

git clone https://github.com/<your-username>/mado.git

Server

Go to the server folder

cd mado/server

Install dependencies

npm i

Start the server

npm start

Client

Go to the client folder

cd mado/client

Install dependencies

npm i

Start dev server

npm start