gigakiller / react-videocall

WebRTC-React App for Video Calling

Home Page:https://morning-escarpment-67980.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WebRTC-React App for Video Calling

https://morning-escarpment-67980.onrender.com/

License:MIT License


Languages

Language:JavaScript 76.1%Language:SCSS 23.2%Language:HTML 0.7%