Zoom Clone with Node Js, Express Js, Socket.io, Peer Js and ejs
# Clone the application
$ git clone https://github.com/kirankumargonti/zoom-clone.git
# Install dependencies
$ npm install
# Serve on localhost:5000
$ npm start
$ npm run dev (with nodemon)
Change the Peer port number 443 to 5000 in public/main.js
file if you’re runnign in development mode
For production change it to 443 (for Heroku deployment)