Skip to content

rushildpatel/audio-video-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack: Node.js, Socket.io, WebRTC

audiovideo_chatapp

Initial Project Setup:

  1. Create an empty directory named video-chat-app.
  2. Open up your console, navigate to our new directory, and run npm init.
  3. Within video-chat-app the directory, and run npm install express ejs socket.io uuid peer. This will install all the dependency that we need to build this application.
  4. Also as a dev dependency, we will install Nodemon. run npm install — dev nodemon. This will install nodemon as a dev dependency.
  5. Create a file named server.js — this file will keep all our server-side logic

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors