/zeroMQNode

Primary LanguageJavaScript

zeroMQNode

ZeroMQNode test with Node Es6

Install Lib

npm install zeromq

Usage

1 - Make sure node is greater than 13 so import can work

2 - npm run producer

3 - npm run worker // create 3 or more terminals of same command, so that you can see workers in action.

Note on Node

Install latest nvm install node and use latest, at this time, it is v15.10.0 (npm v7.5.3) nvm use node