Skip to content

Seneca micro-services message transport over beanstalkd queues.

License

Notifications You must be signed in to change notification settings

senecajs/seneca-beanstalk-transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seneca

A Seneca.js message transport over beanstalkd queues.

seneca-beanstalk-transport

Build Status Gitter

js-standard-style

A transport module that uses beanstalkd as it's engine. It may also be used as an example on how to implement a transport plugin for Seneca.

  • Version: 0.2.1
  • Node: 4, 6

If you're using this module, and need help, you can:

If you are new to Seneca in general, please take a look at senecajs.org. We have everything from tutorials to sample apps to help get you up and running quickly.

Seneca compatibility

Supports Seneca versions 1.x - 3.x

Install

To install, simply use npm. Remember you will need to install Seneca.js if you haven't already.

npm install seneca
npm install seneca-beanstalk-transport

In order to use this transport, you need to have a beanstalkd daemon running. The deamon and instructions on how to install can be found on the beanstalkd install page.

Test

To run tests, simply use npm:

npm run test

Contributing

The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.

License

Copyright Richard Rodger and other contributors 2014-2016, Licensed under MIT.

About

Seneca micro-services message transport over beanstalkd queues.

Resources

License

Stars

Watchers

Forks

Packages

No packages published