created: 20160323163036697 creator: user modified: 20160331131339568 modifier: user tags: title: BeanstalkD type: text/vnd.tiddlywiki * http://kr.github.io/beanstalkd/ * https://raw.githubusercontent.com/kr/beanstalkd/master/doc/protocol.txt * https://github.com/ptrofimov/beanstalk_console docker * https://hub.docker.com/r/lcgc/beanstalkd/ * https://hub.docker.com/r/schickling/beanstalkd-console/ ``` docker run -p 11300:11300 --restart=always --name beanstalkd -d lcgc/beanstalkd:1.10 docker run -d -p 2080:2080 --link beanstalkd:beanstalkd schickling/beanstalkd-console ``` NodeJS * http://ceejbot.github.io/fivebeans/ * https://github.com/pascalopitz/nodestalker Elixir * https://github.com/jsvisa/elixir_talk