Video Chat Web App
It has been built using React, Material UI, Socket.io and WebRTC
To open this on your browser click here
Backend has been deployed on heroku and frontend has been deployed on netlify
To run this locally on your device
- Clone this repo
- Open terminal in the root directory of this project and run
yarn install
- Execute the command
node index.js
- Execute
cd ./client
- Now in client directory, run command
yarn install
- Go to src/SocketContext.js and put
http://localhost:7777
in the socket initialisation function - Now execute
yarn start
and openhttp://localhost:3000
in your browser