Client Libraries
C/C++
Clojure
Common Lisp
Erlang
- erlang-beanstalk
- ebeanstalkd
- beanstalkd-consumer - Erlang consumer framework
Go
- beanstalk
- gobeanstalk
- gostalk
- lentil
- cmdstalk - beanstalkd broker; run jobs as unix commands
- workers - process jobs in the same fashion as net/http handlers
Haskell
Io
Java
- Apache Camel component
- Beanstemc
- JavaBeanstalkClient
- JavaBeanstalkClient (fork)
- TrendrrBeanstalk
- Beanstalkc
Lua
- haricot
- lua-resty-beanstalkd - Non-blocking beanstalkd client lib for ngx_lua
Nim
Node.js
- fivebeans
- nodestalker
- node-beanstalkc
- benlund/node-beanstalk-client
- node-beanstalkd
- burstable/node-beanstalkd-client
- burstable/node-beanstalkd-worker
OCaml
- beanstalk-client-ocaml
- obeanstalk - Async based. More idiomatic & complete.
Perl
PHP
- amphp/beanstalk Async beanstalk client based on Amp
- php-beanstalk c extension, multi-server support, high performance, using libbeanstalkclient
- BeansClient - PHP7.1+, 100% tests coverage
- Pheanstalk - comprehensive, rigorously unit tested, PHP 5.3+
- beanstalk
- beanstalk - minimalistic
- Drupal - Drupal 6, 7, and 8 client, based on Pheanstalk
- bsTools - CLI management toolset for beanstalk. built on symfony and pheanstalk.
- drymekPheanstalkBundle - Pheanstalk Symfony 2 integration & Web management toolset for beanstalk.
- LeezyPheanstalkBundle - Pheanstalk Symfony 2 integration & CLI management toolset for beanstalk.
- Beanspeak - Client for Beanstalk delivered as a C-extension for PHP
Python
- pybeanstalk
- beanstalkc
- beanstalkt - An async beanstalkd client for Tornado
- greenstalk - Python 3.5+
- django-beanstalkd Django
Ruby
- beaneater - new ruby beanstalkd client
- beanstalk-client-ruby — to install,
type
gem install beanstalk-client
(deprecated) - stalker - ruby beanstalkd simple library
- cod - IPC made simple, also features a beanstalk channel implementation
- backburner - Resque-like library for beanstalkd
- async-observer Rails
Ruby EventMachine
Rust
Scheme
Scheme (Chicken)
.NET/C#
Other
Make your own client API. It's easy! The protocol gives a complete description of the beanstalk protocol.
← Configuration Tools →