0.3.0 • Published 10 years ago

richzmq v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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...
0.3.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago