Skip to content

Protocol aware beanstalkd proxy in node for sharding, authentication usecases.

License

Notifications You must be signed in to change notification settings

burstable/node-beanstalkd-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-beanstalkd-proxy

Protocol aware beanstalkd proxy in node for sharding, authentication usecases.

npm install --save beanstalkd-proxy
import BeanstalkdProxy from 'beanstalkd-proxy';

const proxy = new BeanstalkdProxy('upstream_host:11300');

proxy.listen(11300);

Handling upstream unavailability

Since the proxy server will accept incoming connections regardless of the current upstream status the Beanstalkd client must issue a command after connnecting if it wants to be sure it's currently connected to live upstreams.

Extension

proxy.protocol exposes an instance of beanstalkd-protocol

About

Protocol aware beanstalkd proxy in node for sharding, authentication usecases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published