disque

0.0.1 • Public • Published

Disque

Build Status Test Coverage Code Climate Dependency Status Join the chat at https://gitter.im/luin/disque

Disque client for Node and io.js

Support Node.js >= 0.11.16 or io.js.

Install

$ npm install disque

Usage

var disque = new Disque([
  { port: 7711, host: 'localhost' },
  { port: 7712, host: 'localhost' },
]);
 
disque.addjob('greeting', 'hello world!', 0, function () {
  console.log(arguments);
});

/disque/

    Package Sidebar

    Install

    npm i disque

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • luin