A Zoom Clone application. The application is deployed on heroku and you can go and check that out here
Built with
- Node.js
- Socket.io
- Peer.js
- Express JS
- Install Nodemon to run the node server.
npm install -g nodemon
- Install Express JS.
npm install ejs
- Install UUID to generate unique IDs for sessions.
npm install uuid
- Install Socket.io which is the WebRTC framework used in this case.
npm install socket.io
- Install Peer JS which is used to send stream between different people.
npm install peerjs
- Running the application
nodemon serve