Skip to content

ahmedbrh/NodeJS_zoom_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom_clone 🚀

With everyone being forced to work and socialize from home video chat has become incredibly important. Over the last few months Zoom has been consistently criticized for their poor security and privacy, so I decided to make my own Zoom clone.

https://murmuring-beyond-15424.herokuapp.com 2021-01-17 (4)

  • Simplistic Zoom Clone Web-App using NodeJS.
  • Zoom Meeting can be joined for two windows, using same meet ID Url.
  • Copy the link with the same ID url and send it to your friend so he can join the room 😀
  • Unlimited users

Runing the project

  1. install all the dependecies w

npm install

  1. Start the server

npm start

  1. Open localhost on port 4040 (can be change from server file)

localhost:4040/

PeerJs Library: https://peerjs.com

Socket.io Library: https://socket.io