Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravsingh9356/video-chat-app

Duo video chat app with webRTC
https://github.com/gauravsingh9356/video-chat-app

app gauravsingh9356 javascript videochat webrtc

Last synced: 3 months ago
JSON representation

Duo video chat app with webRTC

Awesome Lists containing this project

README

        

# Simple Video Chat WebRTC

### By using [simple-peer](https://github.com/feross/simple-peer), this web app connects video chat between two clients.

## 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.