yangwao / webrtc-gun

webRTC Video Meeting using GunDB for Signaling

Home Page:https://meething-webrtc-gun.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webRTC Gun Meeting

A semi-decentralized conference bridge using WebRTC, GunDB and Node

Status

  • Experimental!

Installation

npm install
npm start

Usage

  • Browse to the configured HTTPS port (default 8443)
  • Accept the self-signed certificates if needed
  • Choose a Room and User name
  • Share link with other participants

Isolation Test @qxip @amark @qvdev

0.1 w/ @yeetmydog


Blocking Bugs

  • in 3+ party mode, new participants are not aware of existing subscribers

Todo

  • create a basic working prototype
  • implement ts gate to discard old events
  • cleanup abandoned gun sessions
  • implement letsencrypt ssl automode
  • implement CSS Styling, User Display, etc
  • fix a bunch of early stage bugs!

Credits

This is a modified fork of Video-Call-App-NodeJS of by Amir Sanni

About

webRTC Video Meeting using GunDB for Signaling

https://meething-webrtc-gun.glitch.me/

License:MIT License


Languages

Language:JavaScript 78.1%Language:HTML 15.6%Language:CSS 6.3%