Skip to content

dev-it-aman/WE-meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ms-teams-clone

Microsoft Engage Mentorship 2021 task

WebRTC Based Video Chat App named We-meet

Simple Web Application that offer you to create video meeting room using WebRTC and Socket

Before you use on your local computer

These instructions will help you run my app on your local system.

Prerequisites (Important)

You have to install Node.js in your machine.

Installing

After installing node clone the repo by using git

Install npm modules once by doing cd over the project folder on your favourite cli and using the code below.

npm install

An extra Know-point

Nodemon For automatically restarting the server as a dev dependency (optional)

npm i nodemon 

Running the App

In your cli do the following

node server.js
     or
nodemon server.js

Deployment

For deploy the project I use heroku

We-meet

Tech Stack/ Frameworks Used

  • Node Js - The Backend
  • Peer JS - PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls.
  • SocketIo - For realtime communication
  • NPM - Dependency Management
  • GIT - Used for version control
  • Heroku - Used to Deploy Node.js applications
  • Mondodb Atlas Used Mongodb Atlas for the database.
  • Passport - Used passportjs for the user authentication.

Features

  • User Authentication
  • Group Video Calling Features
  • Join the meeting by pasting the meeting link.
  • Waiting room.
  • Video Call Features
    1. Video/Microphone On/off.
    2. Invite a user by pasting the email.
    3. Real-time chat features.
    4. Screen sharing.
    5. Video meeting recording.

Note: To know better about how to use the app, follow this ppt or you can use this video demo

** Note: If after running for the first time, if gives not able to deserilaize related error. Dont worry just repeat the node server.js command once again it will work.

About

Microsoft Engage Mentorship 2021 task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published