- Secure Peer-to-Peer Video calls with very low latency
- Screen sharing
- Audio only calls
Fork this repo and clone it to your local machine.
git clone https://github.com/<your-username>/mado.git
Go to the server folder
cd mado/server
Install dependencies
npm i
Start the server
npm start
Go to the client folder
cd mado/client
Install dependencies
npm i
Start dev server
npm start