Comment on New View of MicroservicesparentComments−lsm11yThere's a naive zmq RPC adapter here: https://github.com/lsm/micromono/blob/master/lib/rpc/zmq.jsVery buggy especially when clients disconnect/reconnect. But, it's good starting point if you are interested.
Comments
There's a naive zmq RPC adapter here: https://github.com/lsm/micromono/blob/master/lib/rpc/zmq.js
Very buggy especially when clients disconnect/reconnect. But, it's good starting point if you are interested.