Skip to content

Project cloning Zoom App with only JS created during JS Expert week

Notifications You must be signed in to change notification settings

LeTarzan/zoom-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Clone

Project cloning Zoom App with only JS created during JS Expert week.

Technologies

To build this application was used many tecniques and protocols.

  • JS
  • Socket
  • WebRTC (Peer)
  • Builder Pattern
  • Business Delegate Pattern
  • MediaDevice API
  • MediaRecorder API

How to start

In server folder run:

$ npm install 
$ npm start 

In peer-server folder run:

$ npm install 
$ npm run dev 
$ npm start 

In public folder run:

$ npm install 
$ npm start 

Then access: http://127.0.0.1:8080