2.0.1 • Published 10 years ago

zeromq-frame-writer v2.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

zeromq-frame-writer

ZMTP frame writer

Installation

npm install zeromq-frame-writer

API

writer(messages, function write(buf, cb), cb)

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.

writer.single(message, more, function write(buf, cb), cb)

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.

2.0.1

10 years ago

2.0.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago