A clone of the popular website GMeet which is a video conferencing service from Google.
Try Video Meeting here https://quiet-waters-11721.herokuapp.com/
- video conferencing - Users can organize meets where others could join using the meet ID.
- User authentication using Gmail-id.
- Chatbox where users can chat with others in meet.
- Collaborative whiteboard in meet.
Install node.js in your machine.
Socket.io, a popular javascript library is used in this project to facilitate realtime communication. Socket.io allows real-time bi-directional communication between the browser and server.
Clone the project
git clone https://github.com/IamAbhi12/gmeet-cloneor download the zip file.
Go to the project directory and install dependencies
npm installInside the script.js file, change the port number ( e.g. 3000 )
Start the server
Video and Chat
Whiteboard


