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

https://github.com/fabsrc/simple-es6-chat

:speech_balloon: A simple chat application using Backbone.js, Socket.io, MongoDB and Express. Written in ES6.
https://github.com/fabsrc/simple-es6-chat

Last synced: 3 months ago
JSON representation

:speech_balloon: A simple chat application using Backbone.js, Socket.io, MongoDB and Express. Written in ES6.

Awesome Lists containing this project

README

        

# Simple ES6 Chat

A simple chat application using Backbone.JS, Socket.io, MongoDB and Express. Written in ES6.

## Install

```bash
npm install
```

## Usage

```bash
npm start
```

The application runs on port `3000` by default.

## License

Licensed under the [MIT License](http://opensource.org/licenses/mit-license.php).