I'm currently trying to run this example from the ZeroMQ guide: http://zguide.zeromq.org/js:taskvent
however, since I got this problem JustinTulloss/zeromq.node#586 when doing npm install zmq I discovered this other zeromq nodejs binding, which seems like the official one. However, if it's official, why the guide examples require zmq and not zeromq?
I tried to modify require('zmq') to require('zeromq') but I got this error:
require('tty').setRawMode(true);
^
TypeError: require(...).setRawMode is not a function
I'm currently trying to run this example from the ZeroMQ guide: http://zguide.zeromq.org/js:taskvent
however, since I got this problem JustinTulloss/zeromq.node#586 when doing
npm install zmqI discovered this other zeromq nodejs binding, which seems like the official one. However, if it's official, why the guide examples requirezmqand notzeromq?I tried to modify
require('zmq')torequire('zeromq')but I got this error: