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
- Host: GitHub
- URL: https://github.com/rahul2104/webrtc-videocalling
- Owner: rahul2104
- Created: 2020-05-08T05:41:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T08:14:09.000Z (about 6 years ago)
- Last Synced: 2025-03-04T03:26:36.446Z (over 1 year ago)
- Topics: nodejs, reactjs, socket-io, webrtc
- Language: JavaScript
- Homepage: https://webrtc-calling.soul4codes.com/
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebRTC video calling with Reactjs
Demo : https://webrtc-calling.soul4codes.com/

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
```