-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completed setting up views and generating roomid currently coding for…
… room
- Loading branch information
Showing
9 changed files
with
3,367 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
# Google Meet Clone | ||
# Google Meet Clone | ||
|
||
For this purpose, plan is to try using a MongoDB, Express.js framework, and scoket.io for real-time events. Firstly, had plans to make | ||
For this purpose, plan is to try using a MongoDB, Express.js framework, and scoket.io for real-time events. Firstly, had plans to make | ||
a real-time chat app but later thought of extending this project to a complete google meet clone. | ||
|
||
# Action Plan: | ||
|
||
Firsly, The Frontend of the Home Page is made with html (Yeah, Very Very Silly. i was learning react when i was building this so didn't want to experiment).Lollll. | ||
|
||
- I first made the Homepage | ||
- Initialized Nodejs Project | ||
- create a room view (i used ejs for this project though generally i use pug. just wanted to try out ejs.) | ||
- Creating a room id using uuid package. | ||
- Added the feature of viewing our own video first | ||
- Added the feature to allow others to stream their videos | ||
- Styling the room to match google meet | ||
- Ability to send and recieve messages | ||
- Adding buttons in the video chat Ex: Mute/unmute, video on/off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.