Skip to content

A Video Chat app build with NodeJS, Express, Peerjs, Socket.io

Notifications You must be signed in to change notification settings

dbMundada/video-chat-v1

 
 

Repository files navigation

Video-chat-v1

Video-chat-v1 is a video chat app that makes it easy to groups up with people you want to meet

IMG

Check out the live demo: https://video-chat-app-v1.herokuapp.com/

An article I wrote which explains how I build this: https://bit.ly/3wh0gyR

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.
  5. Hurray! That's it.

ToDo

  • - Recreate the Front-end with React.

About

A Video Chat app build with NodeJS, Express, Peerjs, Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • CSS 12.4%
  • EJS 8.7%