https://github.com/thejasnu/video-chat-web-app
Video chat app built using React, Socket.io and WebRTC
https://github.com/thejasnu/video-chat-web-app
material-ui reactjs socket-io webrtc
Last synced: 8 months ago
JSON representation
Video chat app built using React, Socket.io and WebRTC
- Host: GitHub
- URL: https://github.com/thejasnu/video-chat-web-app
- Owner: ThejasNU
- License: mit
- Created: 2022-06-02T10:11:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T17:19:57.000Z (over 3 years ago)
- Last Synced: 2023-03-05T03:57:14.781Z (over 3 years ago)
- Topics: material-ui, reactjs, socket-io, webrtc
- Language: JavaScript
- Homepage: https://webrtc-videochat-web-app.netlify.app/
- Size: 205 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Chat Web App
It has been built using React, Material UI, Socket.io and WebRTC.
To open this on your browser [click here](https://webrtc-videochat-web-app.netlify.app/)
Backend has been deployed on heroku and frontend has been deployed on netlify
### To run this locally on your device
1. Clone this repo
2. Open terminal in the root directory of this project and run `yarn install`
3. Execute the command `node index.js`
4. Execute `cd ./client`
5. Now in client directory, run command `yarn install`
6. Go to src/SocketContext.js and put `http://localhost:7777` in the socket initialisation function
7. Now execute `yarn start` and open `http://localhost:3000` in your browser