All Projects → rabbitmq → rabbitmq-service-nodejs-sample

rabbitmq / rabbitmq-service-nodejs-sample

Licence: other
A simple node.js sample app for the RabbitMQ service/add-on

Programming Languages

javascript
184084 projects - #8 most used programming language
This is a simple Node.JS application demonstrating the use of the
RabbitMQ service on Cloud Foundry and Heroku.

To run locally, make sure RabbitMQ is running, then:

    $ npm install
    $ node app.js

or, in the Heroku way:

    $ gem install foreman
    $ npm install
    $ foreman start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].