Coder Social home page Coder Social logo

google-meet-clone's Introduction

Google Meet Clone

Experience real-time video calls with peer-to-peer connections and seamless communication!

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Features:

• Peer-to-Peer Video Calls: Connect directly with participants for a smooth experience.

• Screen Sharing: Share your screen effortlessly for enhanced collaboration.

Desktop Screenshare

• Chat: Communicate through text while on a call.

Mobile Chat

• Responsive Design: Works seamlessly across devices, from desktop to mobile.

• Socket.IO Integration: Enables real-time data synchronization for a fluid experience.

Socket Routes

Route Name       Purpose                                       Type        
new-user-joined  Handles a new user joining a room              on      
joining-room     Broadcasts a user joining a room to other users emit    
send             Sends a chat message to all users in the room    emit    
localDescription Sends a user's local media description to others emit    
remoteDescription Sends a user's remote media description to others emit    
iceCandidate     Sends an ICE candidate to other users            emit    
iceCandidateReply Sends an ICE candidate reply to other users      emit    
disconnect       Handles a user disconnecting from the socket       on      

• Currently supports 2 participants: Stay tuned for expanded capacity in future updates!

Getting Started:

Clone the repository:

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

Start the backend:

 cd Backend 
 npm install 
 node app.js

and Install dependencies:

cd Google-Meet-Clone
npm install

Start the server:

npm run dev

Access the application:

Open http://localhost:3000 in your browser.

Contributing:

• Fork the repository

• Create a branch for your changes

• Commit your changes with clear and concise messages

• Push your changes to your fork

• Create a pull request

Roadmap:

• Support for multi-participant calls

• Enhanced chat features

• Recording capabilities

• Performance optimization

Tech Used:

• React

• Express Js

• Javascript

• Webrtc

• Websockets

Stay connected for updates and advancements!

google-meet-clone's People

Contributors

rahulrana701 avatar

Watchers

 avatar

Forkers

vishwaj33t

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.