An open API service indexing awesome lists of open source software.

https://github.com/cbsd/bs_router

beanstalkd driven CBSD
https://github.com/cbsd/bs_router

Last synced: 6 months ago
JSON representation

beanstalkd driven CBSD

Awesome Lists containing this project

README

          

# bs_router

Beanstalkd driven CBSD

Client + sample: https://github.com/cbsd/bs_router-client

# Installation

setenv GOPATH $( realpath . )

go get

go build

pkg update -f

pkg install -y beanstalkd

service beanstalkd enable

sysrc beanstalkd_flags="-l 127.0.0.1"

service beanstalkd start

./bs_router