itss1ddhant / Hello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello!

Deploy

An attempt to Peer-to-peer video chat that works.

Features

  • Video chat with up to 15 people (limited only by user interface)
  • Buttons to selectively mute audio and turn off video
  • Client and server written in a single language: JavaScript
  • Supported without client software by browsers with WebRTC

Anti-Features

  • Does not require client software
  • Does not require a Google+ account
  • Does not send video stream through a 3rd party
  • Does not spike your CPU at 100% utilization

Requirements

Install to Heroku

Hello supports Heroku as a demonstration platform. Deployment can be done via the one-click Deploy to Heroku button or the commands below:

heroku login
git clone https://github.com/itss1ddhant/Hello.git
cd Hello
heroku create --http-git
git push heroku master
heroku ps:scale web=1
heroku open
heroku logs --tail

Configuration

The server port, debug level, and SSL settings are configured via the settings.json file. tubertc uses port 8080, debug mode, and HTTP by default.

About

License:MIT License


Languages

Language:JavaScript 88.4%Language:CSS 5.8%Language:Shell 2.8%Language:HTML 2.6%Language:Dockerfile 0.4%