Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravsingh9356/video-chat-app
- Owner: GauravSingh9356
- Created: 2020-05-11T17:49:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:31:22.000Z (about 2 years ago)
- Last Synced: 2023-03-10T07:44:11.470Z (almost 2 years ago)
- Topics: app, gauravsingh9356, javascript, videochat, webrtc
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
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 startFor 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.