A beanstalkd clone written in Go. beanstalkd is a small distributed task queue that supports multiple task queue (called "tubes"), task priority and task delay.
Don't get me wrong - beanstalkd is amazing, fast and stable! This is somewhat of a hobby project where I implement beanstalkd in Go, but long-term this project might also allow some neat stuff that beanstalkd doesn't want.