richzmq

0.3.0 • Public • Published

richzmq

Re-exports the zmq module but with seamless support for rich data types. Messages are serialized and deseralized according to the structured clone algorithm without changing its API.

npm install richzmq
var zmq = require('richzmq')
  , sock = zmq.socket('rep');

sock.connect('tcp://127.0.0.1:3001');
// etc...

Readme

Keywords

none

Package Sidebar

Install

npm i richzmq

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • tcr