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

https://github.com/rahul2104/webrtc-videocalling

WebRTC video calling with Reactjs
https://github.com/rahul2104/webrtc-videocalling

nodejs reactjs socket-io webrtc

Last synced: 2 months ago
JSON representation

WebRTC video calling with Reactjs

Awesome Lists containing this project

README

          

## WebRTC video calling with Reactjs

Demo : https://webrtc-calling.soul4codes.com/

webRTC video calling

In the project directory, you can run:

### `HTTPS=true npm run start_client`

Runs the app in the development mode.

Open [https://localhost:3000](https://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `HTTPS=true npm run start_server`

Launches the socker server in the interactive watch mode.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `Setup .env`

```
SERVER_PORT=8080
REACT_APP_SERVER_URL=https://localhost:8080
REACT_APP_PEER_SERVER=stun:stun.l.google.com:19302
DEBUG=true
```