Skip to content

Probe of concept of WebRTC signaling using a CouchDB server. Frontend made in Vue.js

License

Notifications You must be signed in to change notification settings

davidhernandeze/webrtc-couchdb-signaling

Repository files navigation

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

About

Probe of concept of WebRTC signaling using a CouchDB server. Frontend made in Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published