Skip to content

kirankumargonti/zoom-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Clone with Node Js, Socket.io, Peer Js and ejs


Snapshot

zoom_clone

Quick Start

# 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)

Project Changes

  1. Change the Peer port number 443 to 5000 in public/main.js file if you're runnign in development mode

  2. For production change it to 443 (for Heroku deployment)

About

Zoom Clone with Node Js, Express Js, Socket.io, Peer Js and ejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published