An open API service indexing awesome lists of open source software.

https://github.com/navidreza80/googlemeetclone

I cloned Google Meet with real-time video & audio sharing, beatiful interface and responsive design.
https://github.com/navidreza80/googlemeetclone

css-modules nextjs13 peerjs socket-io socket-io-client tailwindcss webrtc

Last synced: 15 days ago
JSON representation

I cloned Google Meet with real-time video & audio sharing, beatiful interface and responsive design.

Awesome Lists containing this project

README

          

# Google Meet Clone

A fully functional clone of Google Meet built with **WebRTC**, **Socket.io**, and **PeerJS**. This application allows real-time video and audio conferencing with a beautiful and responsive interface.

## Features

- **Real-Time Video & Audio Conferencing**: Seamless communication with high-quality video and audio.
- **Responsive Design**: Optimized for both desktop and mobile devices.

## Technologies Used

- **Frontend**: React, Next.js, Tailwind CSS
- **Real-Time Communication**:
- **WebRTC**: Enables peer-to-peer communication for video and audio.
- **Socket.io**: Facilitates real-time bi-directional communication.
- **PeerJS**: Simplifies WebRTC peer-to-peer data and media streaming.

## Screenshots

image
*Home Page*

image
*Video Call Interface*

## Installation

Clone the repository:

```bash
git clone https://github.com/Navidreza80/GoogleMeetClone.git
cd GoogleMeetClone
npm install
npm run dev
```