zmq-xpub-xsub
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "zmq-xpub-xsub", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Central hub for ZeroMQ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -20,3 +20,3 @@ # zmq-xpub-xsub | ||
1) Starting zmq-xpub-xsub with host application | ||
* Starting zmq-xpub-xsub with host application | ||
@@ -29,7 +29,7 @@ ```javascript | ||
// Start zmq-xpub-xsub on following ports | ||
// Start zmq-xpub-xsub on provided ports | ||
ZmqPs.run({ xSubPort: 8000, xPubPort: 8001 }); | ||
``` | ||
2) Starting zmq-xpub-xsub from terminal (after running **npm install zmq-xpub-xsub -g**) | ||
* Starting zmq-xpub-xsub from terminal (after running **npm install zmq-xpub-xsub -g**) | ||
@@ -36,0 +36,0 @@ ```javascript |
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
5008