https://warm-plateau-61975.herokuapp.com
A Real-time working Zoom Web App made using purely NodeJs.
Setup Procedures (local usage):
- Clone the repository.
- npm i.
- Change the Port no in public/script.js according to your localhost port.
- Navigate to your project.
- Run nodemon server.js
Deploy into heroku:
- Clone the repository.
- Navigate to your project.
- Follow the commands in CLI:
- git add .
- git commit -m"message"
- heroku login
- heroku create
- git push heroku master
- Open the deployed Link.