ZeroMQNode test with Node Es6
npm install zeromq
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.
Install latest
nvm install node
and use latest, at this time, it is v15.10.0 (npm v7.5.3)
nvm use node