This server is build upon the MDP/0.1 specification. The inital code is borrowed from the zeromq guide. The aim of the project is to expose set of high level APIs for service oriented queueing.
The fastest way to install the server is via docker. Use the following commands:
docker build -t gulmohar .
docker run -dp 5555:5555 gulmohar
The server runs at port 5555
within the container. To use the broker we need the client APIs for the worker and the client.