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

https://github.com/gabrielcsapo/node-chat-rooms

🐒 open chat rooms for the masses
https://github.com/gabrielcsapo/node-chat-rooms

chat chat-room server

Last synced: 7 months ago
JSON representation

🐒 open chat rooms for the masses

Awesome Lists containing this project

README

          

# node-chat-rooms

> 🐒 open chat rooms for the masses

[![Npm Version](https://img.shields.io/npm/v/node-chat-rooms.svg)](https://www.npmjs.com/package/node-chat-rooms)
[![Build Status](https://travis-ci.org/gabrielcsapo/node-chat-rooms.svg?branch=master)](https://travis-ci.org/gabrielcsapo/node-chat-rooms)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-chat-rooms/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-chat-rooms)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-chat-rooms/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-chat-rooms#info=devDependencies)
[![npm](https://img.shields.io/npm/dt/node-chat-rooms.svg)]()
[![npm](https://img.shields.io/npm/dm/node-chat-rooms.svg)]()

![main](./docs/main.png)

## Installation

```
npm install node-chat-rooms
```

## Usage

```
MONGO_URL=mongodb://localhost:27017/chatter npm start
```

> docker

```
docker-compose up
```

## Dependencies

- mongodb