Peer to peer browser video calling platform with unmatched video quality and latency.
Go to file
2020-03-28 14:01:35 -04:00
public readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
.env readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
.env.template readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
.gitignore readme stuff + add .env.template 2020-03-28 14:01:35 -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
README.md readme stuff + add .env.template 2020-03-28 14:01:35 -04:00
server.js Redirect safari and unsupported browsers 2020-03-27 12:32:22 -04:00

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

  • Clone this repo
git clone https://github.com/ianramzy/decentralized-video-chat
cd decentralized-video-chat
  • Install dependencies
npm install
  • Create a .env file copying .env.template (You copy the file using the command below).
  • Fill in your Account SID and Auth Token from your Twilio console It takes 2 minutes to sign up for a free account.
cp .env.template .env
  • 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.