• Stars
    star
    474
  • Rank 92,640 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebRTC-React App for Video Calling

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 yarn

yarn install

Development

Run server

yarn watch:server

Run webpack-dev-server

yarn watch:client

Deployment

Render (Free - Recommended)

Deploy to Render

Heroku

Deploy to Heroku

Custom

# Install dependencies
yarn install

# Build front-end assets
yarn build

# Run server
yarn start