Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguymin4/react-videocall
WebRTC-React App for Video Calling
https://github.com/nguymin4/react-videocall
Last synced: 3 months ago
JSON representation
WebRTC-React App for Video Calling
- Host: GitHub
- URL: https://github.com/nguymin4/react-videocall
- Owner: nguymin4
- License: mit
- Created: 2016-05-20T17:56:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:18:11.000Z (6 months ago)
- Last Synced: 2024-05-12T20:35:49.192Z (6 months ago)
- Language: JavaScript
- Homepage: https://morning-escarpment-67980.onrender.com/
- Size: 2.65 MB
- Stars: 549
- Watchers: 15
- Forks: 237
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-webrtc - React-VideoCall - WebRTC-React App for Video Calling. (Samples)
README
## React-VideoCall
Demo app: https://morning-escarpment-67980.onrender.com
Video call to your friend without registering.
Simply send your friend your auto-generated unique ID to make the call.
Everytime you open a new tab, the server gives you a totally different unique ID.### Installation
```
npm install -g yarnyarn install
```### Development
Run server
```
yarn watch:server
```Run webpack-dev-server
```
yarn watch:client
```### Deployment
**Render** (Free - Recommended)
**Heroku**
**Custom**
```
# Install dependencies
yarn install# Build front-end assets
yarn build# Run server
yarn start
```