项目作者: kirankumargonti

项目描述 :
Zoom Clone with Node Js, Express Js, Socket.io, Peer Js and ejs
高级语言: JavaScript
项目地址: git://github.com/kirankumargonti/zoom-clone.git
创建时间: 2020-12-24T13:09:52Z
项目社区:https://github.com/kirankumargonti/zoom-clone

开源协议:

下载


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

Live Project: https://zoom--clone--app.herokuapp.com


Snapshot

zoom_clone

Quick Start

  1. # Clone the application
  2. $ git clone https://github.com/kirankumargonti/zoom-clone.git
  3. # Install dependencies
  4. $ npm install
  5. # Serve on localhost:5000
  6. $ npm start
  7. $ 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)