This project pretends to be a solution for achieve peer connections using WebRTC keeping it simple and decentralized. Using CouchDB allows to easily mount a signaling server, publicly available to perform the SDP exchange.
- CouchDB
- Vite/Vue
- PouchDB
docker-compompose up -d
npm run setup
npm run dev
npm run build