Hacker News new | ask | show | jobs
by ddoscampaign 3943 days ago
Hopefully, they'll do rpc adapters for zmq and rabbitmq.
1 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.