Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saru-d2/teams-clone
A group-video-chatting website made to resemble teams. It features responsive web design and persistent chatting.
https://github.com/saru-d2/teams-clone
javascript mern-stack node peer socket-io webrtc
Last synced: about 2 months ago
JSON representation
A group-video-chatting website made to resemble teams. It features responsive web design and persistent chatting.
- Host: GitHub
- URL: https://github.com/saru-d2/teams-clone
- Owner: saru-d2
- Created: 2021-07-08T06:11:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T12:24:42.000Z (over 3 years ago)
- Last Synced: 2024-10-27T17:45:41.072Z (3 months ago)
- Topics: javascript, mern-stack, node, peer, socket-io, webrtc
- Homepage: https://saru-d2.github.io/teams-clone-frontend
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teams-clone
Made with ♥ in India by [saru](https://github.com/saru-d2)
## Instructions to run
### Prerequisites -
- node
After installing node, run the following commands to initialize the project.
```bash
git clone https://github.com/saru-d2/teams-clone.git
cd teams-clone
# to update the submodules
git submodule foreach git pull origin master
```And from there you can follow the intructions to run the subsequent directories.
### Features
(A superset from the child repositories)
- built with OOPS
- built in MERN
- responsive layout.
- socket.io and peerJS powered live video chat.
- persistant chat stored in a database.### Thanks to Microsoft-Engage for giving me a reason to make this :D