Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 396 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 396 Bytes

zoom-clone-backend

Backend for the webRTC zoom clone app. run npm install to install node modules and then run node server.js to start the server.

You also need a twilio account as you need to fil in your authtoken en accountSid somewhere in the server.js file to make the TURN server work.

The frontend can be cloned from https://github.com/AaronDB2/zoom-clone-frontend/blob/main/README.md