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 days ago
JSON representation
:speech_balloon: A simple chat application using Backbone.js, Socket.io, MongoDB and Express. Written in ES6.
- Host: GitHub
- URL: https://github.com/fabsrc/simple-es6-chat
- Owner: fabsrc
- Created: 2016-08-04T14:06:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T14:21:02.000Z (almost 10 years ago)
- Last Synced: 2025-03-01T00:12:07.268Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).