https://github.com/breadgenie/mado
A Peer to Peer Video Chat App
https://github.com/breadgenie/mado
p2p peer-to-peer peer2peer react recoil video-call video-chat webrtc
Last synced: 6 months ago
JSON representation
A Peer to Peer Video Chat App
- Host: GitHub
- URL: https://github.com/breadgenie/mado
- Owner: BreadGenie
- License: gpl-3.0
- Created: 2022-09-09T05:03:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T04:01:32.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:05:18.852Z (6 months ago)
- Topics: p2p, peer-to-peer, peer2peer, react, recoil, video-call, video-chat, webrtc
- Language: TypeScript
- Homepage: https://madochat.vercel.app
- Size: 1.17 MB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Mado
A Peer to Peer Video Chat App
[](https://codeclimate.com/github/BreadGenie/mado/maintainability)
[](https://github.com/BreadGenie/mado/blob/master/LICENSE)

## 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.
```sh
git clone https://github.com//mado.git
```### Server
Go to the server folder
```sh
cd mado/server
```Install dependencies
```sh
npm i
```Start the server
```sh
npm start
```### Client
Go to the client folder
```sh
cd mado/client
```Install dependencies
```sh
npm i
```Start dev server
```sh
npm start
```