ZMTP (ZeroMQ Message Transport Protocol) frame writer
npm install zeromq-frame-writerZMTP frame writer
npm install zeromq-frame-writer
Writes the given messages out into frames, converting them to buffers if necessary.
The callback is passed on to the last write. The return value is that of the last write.
Writes the message out into a frame, converting it a buffer if necessary.
The callback is passed on to the last write. The return value is that of the last write.