1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
dotTiddlywiki/mywiki/tiddlers/BeanstalkD.tid
2016-03-25 10:26:47 +01:00

32 lines
653 B
Plaintext

created: 20160323163036697
creator: user
modified: 20160323164046440
modifier: user
tags:
title: BeanstalkD
type: text/vnd.tiddlywiki
* http://kr.github.io/beanstalkd/
* 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