/Video-Chat-Application

OSS Project: A video chat application that makes it easy for groups to meet up.

Primary LanguageJavaScript

Video-Chat Application (VC)

VC is a video chat app that makes it easy to group up with people you want to meet

This app is build using NodeJS, Socket.io, and Peerjs(WebRTC)

How to run the project?

  1. Clone this repository in your local system.
  2. Open the command prompt from your project directory and run the command npm install.
  3. Open the command prompt from your project directory and run the command npm start.
  4. Go to your browser and type http://127.0.0.1:3030/ in the address bar.