Peer to peer browser video calling platform with unmatched video quality and latency.
Go to file
Ian Ramzy c6788d1fb5
Create nodejs.yml
2020-03-28 15:20:20 -04:00
.github/workflows Create nodejs.yml 2020-03-28 15:20:20 -04:00
public readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
.env keep .env public and update readme 2020-03-28 14:24:40 -04:00
.gitignore readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
README.md add heroku easy deploy button 2020-03-28 14:31:00 -04:00
package-lock.json heroku ssl attempt 2020-03-25 23:31:26 -04:00
package.json heroku ssl attempt 2020-03-25 23:31:26 -04:00
server.js Redirect safari and unsupported browsers 2020-03-27 12:32:22 -04:00

README.md

Decentralized Video Chat

Author License: MIT Donate GitHub repo size Repo Link

https://neonchat.io

Decentralized video chat platform powered by WebRTC using Twilio STUN/TURN infrastructure.

Quick start

  • You will need to have Node.js installed, this project has been tested with Node version 10.X.X and 12.X.X but probably works with more versions
  • Clone this repo
git clone https://github.com/ianramzy/decentralized-video-chat
cd decentralized-video-chat
  • Install dependencies
npm install
  • Start the server
npm start
  • Open two browsers on your laptop and point them localhost:3000.
  • If you want to use a client on another computer, make sure you publish your server on an HTTPS connection. You can use a service like ngrok for that.

Quick Deployment

Deploy