zmq-zap
Advanced tools
Weekly downloads
Readme
ZeroMQ Authentication Protocol (ZAP) for node.js
I'm actively working on the API and may need to make breaking changes often. Feel free to play with it, make suggestions, pull requests, etc., but keep in mind that it's not ready for production use.
Technically this module is not dependant on ØMQ (ZeroMQ) and could be used on it's own if you really wanted to. That being said, I suspect most, if not all, use cases will involve ØMQ.
$ npm install zmq-zap
See examples.
This may help, but no promises:
$ DEBUG=zmq-zap:* node ...
Install dev dependencies:
$ npm install
Test:
$ npm test
With code coverage info (using istanbul):
$ npm install -g istanbul
$ make test-cov
A full code coverage report can be found in coverage/lcov-report/index.html after the tests complete
FAQs
ZeroMQ Authentication Protocol
The npm package zmq-zap receives a total of 213 weekly downloads. As such, zmq-zap popularity was classified as not popular.
We found that zmq-zap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.