A Video Chat App built using nodejs backend and socket.io for realtime updates. Simple peer node package is used in the project to provide peer-to-peer connection fr video sreaming and audio
Client: React, CSS
Server: Node, Express
Clone the project
git clone https://github.com/emash90/video-chat-app.gitGo to the project directory
cd video-chat-appInstall dependencies
npm installStart the server
npm run startGo to the project frontend folder on another terminal tab
cd clientStart the project frontend
npm run start