/Google-Meet-Clone

Created a Google meet clone using HTML /CSS/ Javascript

Primary LanguageJavaScript

My-Space: A google meet clone

My-Space is a video calling platform similar to Google Meet made using NodeJS.

The website is hosted here: https://my-space-8uwh.onrender.com

Features

  • Create unique meeting links.
  • Turn On/Off your video/microphone.
  • Share your screen.
  • Chatbox that stays active during the whole meeting.

Tech Stack

Client: HTML, CSS, JavaScript

Server: NodeJS, ExpressJS

Run Locally

Clone the project

  git clone https://github.com/RVN-Pixel/Google-Meet-Clone.git

Go to the project directory

  cd My-Space

Install dependencies

  npm install

Install the peerJS module globally

  npm install -g peer

Start the peer server

  peerjs port 3001

Start the server

  npm start

Authors

Future Opimizations

  • Implementing user login.
  • Some other functionalities enhancing the user experience.