Check out the live demo: Connect Video Chat App
- HTML
- CSS
- JavaScript
- NodeJS
- Socket.io
- Peerjs(WebRTC)
- Clone this repository in your local system.
- Open the command prompt from your project directory and run the command
npm install
. - Open the command prompt from your project directory and run the command
npm start
. - Go to your browser and type
http://127.0.0.1:3030/
in the address bar. - Thats it! You'll be up and running! Able to invite friends to video and text chat with you. Great place for a virtual hangout, grouyp study, or just a casual chat with friends!
- Anyone can clone the repository and use it to continute to create their own version of the app with a React frontend and other features.