This repository contains the backend server for Google Meet Clone Frontend.
master
- Legacy Code implemented using Websockets
add-100ms
- Implemented using 100ms 🆕
-
📦 NodeJS & Express | for Server
-
🔥 Firebase | for Auth & Database
-
⏳ 100ms | for Video Conferencing
-
🌍 Heroku | for Deployment
- Clone the repository and run
npm install
(oryarn
). - Switch to
add-100ms
branch (git checkout add-100ms
). - Setup Service Account in the Firebase Project and grab the credentials.
- Create an account in 100ms and grab the credentials in the developer tab.
- Rename
.env.example
to.env
and fill up all credentials. - To start the server,
npm run start
.
🤜 Google Meet Clone - Frontend 🤛