Skip to content

Prantikc22/zoom-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Miner

A Zoom Clone application. The application is deployed on heroku and you can go and check that out here

Technology used

Built with

  • Node.js
  • Socket.io
  • Peer.js
  • Express JS

Running the app on your code editor

  1. Install Nodemon to run the node server.
npm install -g nodemon
  1. Install Express JS.
npm install ejs
  1. Install UUID to generate unique IDs for sessions.
npm install uuid
  1. Install Socket.io which is the WebRTC framework used in this case.
npm install socket.io
  1. Install Peer JS which is used to send stream between different people.
npm install peerjs
  1. Running the application
nodemon serve