https://github.com/rodrigogs/cannoneer
Absurdly scalable Node.js message broker.
https://github.com/rodrigogs/cannoneer
Last synced: about 1 month ago
JSON representation
Absurdly scalable Node.js message broker.
- Host: GitHub
- URL: https://github.com/rodrigogs/cannoneer
- Owner: rodrigogs
- Created: 2018-04-17T23:13:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T17:24:47.000Z (about 8 years ago)
- Last Synced: 2025-12-27T01:40:28.253Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 955 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cannoneer
Absurdly scalable Node.js message broker.

Setup
-----
```bash
$ git clone git@github.com:rodrigogs/cannoneer.git
$ cd lyrics
$ yarn install
```
Development
-----------
* nodemon
```bash
$ yarn start
```
* debug
```bash
$ node --inspect=${DEBUG_PORT} ./bin/www
```
Production
----------
* docker
```bash
$ docker-compose up .
```
* pm2
```bash
$ npm install pm2 -g
$ pm2 start ecosystem.config.js
```
TODO
----
* Finish authentication