Skip to content

A clone of google meet with features of video call, link generation, and text chatting.

Notifications You must be signed in to change notification settings

pujaagarwal5263/Google-Meet-Clone

Repository files navigation

Google-Meet-Clone

  1. Implemented Video Chat by Peer.JS.
  2. Learnt to generate SSL certificate.
  3. learned to run the video chat in the local network.
  4. Also implemented a chat feature in Sockets.
  5. Provided authentication using JWT tokens.
  6. Understood the concept of publishers and subscribers.

How to use the project?

  1. Clone the repository
  2. Run the install command to install dependencies.
npm install
  1. Start the project in your system
npm start
  1. Go to https://localhost:8000

How to test in local devices?

  1. Connect all devices to the same wifi.
  2. Get the IP address of the device in which the project is running, suppose it's 192.168.0.1
  3. Now go to https://192.168.0.1:8000 in all devices.
  4. You'll be able to connect to the local network now.

Packages

No packages published