zmq-xpub-xsub
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -1,2 +0,1 @@ | ||
const minimist = require('minimist'); | ||
const Zmq = require('zmq'); | ||
@@ -40,10 +39,1 @@ | ||
}; | ||
// Launched as standalone script | ||
if (require.main === module) { | ||
const argv = minimist((process.argv.slice(2))); | ||
if (argv.debug) { | ||
exports.set('debug', true); | ||
} | ||
exports.run(argv); | ||
} |
{ | ||
"name": "zmq-xpub-xsub", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Central hub for ZeroMQ", | ||
"main": "lib/index.js", | ||
"bin": "bin/bower", | ||
"author": "stefan.novakovich@gmail.com", | ||
@@ -7,0 +8,0 @@ "license": "MIT", |
# zmq-xpub-xsub | ||
Central hub for ZeroMQ that allow multiple publisher and subscribers on same port. | ||
Central hub for ZeroMQ that allows multiple publisher and subscribers on same port. | ||
### Dependencies | ||
1) [ZeroMQ](http://zeromq.org/) | ||
* [ZeroMQ](http://zeromq.org/) | ||
@@ -30,3 +30,3 @@ | ||
// zmq-xpub-xsub are launched and listening at provided ports | ||
ZmqPS.run({ xSubPort: 8000, xPubPort: 8001 }); | ||
ZmqPs.run({ xSubPort: 8000, xPubPort: 8001 }); | ||
``` | ||
@@ -33,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4811
39