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

https://github.com/jefreesujit/chatter-box

A Realtime stranger chat application based on socket.io
https://github.com/jefreesujit/chatter-box

Last synced: 12 months ago
JSON representation

A Realtime stranger chat application based on socket.io

Awesome Lists containing this project

README

          

# Simple Chat Application using Node.js and Socket.io #

**Features:**

* personal / Group chat
* Multiroom chat

**Requirements:**

* Node.js

**Instructions:**

```
git clone https://github.com/Jefreesujit/chatter-box.git
```

```
npm install
```

```
node index.js
```