GoogleMeetClone
I cloned Google Meet with real-time video & audio sharing, beatiful interface and responsive design.
css-modulesnextjs13peerjssocket-iosocket-io-clienttailwindcsswebrtc
1
Stars0
Forks1
WatchersUpdated Sep 5, 2025
README
JavaScript
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
Installation
Clone the repository:
bashgit clone https://github.com/Navidreza80/GoogleMeetClone.git
cd GoogleMeetClone
npm install
npm run dev