prototypes/zeromq/src/node.js
Function node
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function node() {
cloud = zmq.socket('sub');
ctl = zmq.socket('req');
output = zmq.socket('pub');
Function router
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function router() {
cloud = zmq.socket('sub');
output = zmq.socket('pub');
ctl = zmq.socket('rep');