Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0rphtail/babble

Babble Chat Rooms
https://github.com/m0rphtail/babble

javascript nodejs reactjs realtime-messaging socket-io webrtc

Last synced: 5 days ago
JSON representation

Babble Chat Rooms

Awesome Lists containing this project

README

        

# Babble

## Infinite chat rooms with infinite people.

### Install locally

```sh
git clone https://github.com/m0rphtail/babble.git
cd Babble
```

### Server setup

```sh
cd server
npm install
npm start
```

### Launch app

```sh
cd client
npm install
npm start
```