Skip to content

rodrigogs/cannoneer

Repository files navigation

cannoneer

Absurdly scalable Node.js message broker.

Deploy

Build Status Code Climate Test Coverage

Service Flow

Setup

$ git clone git@github.com:rodrigogs/cannoneer.git
$ cd lyrics
$ yarn install

Development

  • nodemon
    $ yarn start
  • debug
    $ node --inspect=${DEBUG_PORT} ./bin/www

Production

  • docker
      $ docker-compose up .
  • pm2
      $ npm install pm2 -g
      $ pm2 start ecosystem.config.js

TODO

  • Finish authentication

About

Absurdly scalable Node.js message broker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published