1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
dotTiddlywiki/mywiki/tiddlers/BeanstalkD.tid
Aiko Mastboom cba05474c4 update
2016-04-04 22:36:20 +02:00

32 lines
726 B
Plaintext

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