/Video-Chat

Making a video chat application

Primary LanguageJavaScriptMIT LicenseMIT

GitHub release GitHub top language GitHub last commit License: MIT

Simple Video Chat

This web app connects video chat between two clients.

Live website https://chat-with-dhruv.herokuapp.com/

How To Use

Install dependencies

npm install  

Start

npm start  

For development run

watchify - npm run watch  

Open localhost in two browser tabs for testing. On the same machine, don't open tabs in two different browsers as it will fail to provide camera access to 2 different applications(browsers) simultaneously.
Deploy it and open url in two separate devices for real-world usage.