Skip to content

A Video Calling application like Gmeet

Notifications You must be signed in to change notification settings

aritroCoder/Ak-Meet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ak-Meet

A Video Calling application.

About the project

This Project is like Gmeet where we can organise a meeting on a particular date and time, And this application will notify you by sending email on the account by which you have logged in, to join the Meet and in the meeting there will be a chatting option and also a whiteboard feature for all the participants.

What I used

Frontend

  1. Tailwind.

  2. Bootstrap.

Backend

  1. Google Authentication.

  2. PeerJs for connecting to different IDs.

  3. WebRTC to capture and optionally stream audio and/or video media.

Installation

NodeJs should be installed in your system otherwise install it from Node.

Use npm to install the required dependencies

npm install 

It will install all the required dependencies in a folder named Node modules

Now to run the server give the command

npm start

It will run the sever on your local host so now on your browser go to the link "http://localhost:3000"

To be added

Frontend

  1. page for organising Meet with styling.

Backend

  1. Mailing functionality.

  2. Whiteboard functionality.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A Video Calling application like Gmeet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 59.2%
  • JavaScript 33.0%
  • CSS 7.8%