Skip to content

What's the difference from npm's zmq and zeromq?  #123

@lattice0

Description

@lattice0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions