JensRantil / geanstalkd

beanstalkd in Go.
GNU General Public License v3.0
3 stars 1 forks source link

geanstalkd

Build Status Go Report Card

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.

Why a reimplementation?

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.

What differs from beanstalkd?