Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 566 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 566 Bytes

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