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