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

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.

Awesome Lists containing this project

README

          


cannoneer


Absurdly scalable Node.js message broker.



Deploy



Build Status


Code Climate


Test Coverage

![Service Flow](https://github.com/rodrigogs/cannoneer/blob/master/media/flow.png)

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