Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (10 loc) · 525 Bytes

Web-rtc based video call system for peer to peer (2 people)

This is video chat application where 2 people can connect using their socket id.

Instructions

clone the package

Run npm install in root folder to download all packages for server side code

change directory to client and run npm install again to download the packages for client side

Run npm start in client folder to run react app

Run 'nodemon index.js' in root folder to start backend server

And that's it!

Thank You