zmq-stream
v0.2.8
Published
A set of stream-based Node bindings for ZeroMQ.
Downloads
12
Readme
ZMQStream
Since ZeroMQ is Not a Neutral Carrier, the streams2 Duplex API ZMQStream uses is by message, not by byte. While the Duplex API is carried over in spirit, do not try to read and write as if they're bytestreams, nor should you pipe
a bytestream into or out of a ZMQStream Socket.