zmquer
v0.1.3
Published
Command distribution across servers using 0mq and MongoDB
Downloads
1
Readme
Commander
Process distribution platform for ques using 0mq
Mac Installation
- Xcode is needed
- Command line Tools are needed : https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-
- zeromq is needed
brew install --devel zeromq
brew link zeromq
- If linking does not work FIX your permissions for brew to link :
sudo chown -R $USER /usr/local/include
sudo chown -R $USER /usr/local/lib
Testing
npm run test