Skip to content

BreadGenie/mado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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