Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 562 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 562 Bytes

WebRTC signaling using CouchDB

LIVE DEMO

Motivation

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.

Tools

  • CouchDB
  • Vite/Vue
  • PouchDB

Setup CouchDB

docker-compompose up -d
npm run setup

Run web server

npm run dev

Build

npm run build