Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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