Questions tagged [zmq]

ZeroMQ (zmq) is an asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker.

1 questions
6
votes
1 answer

How do I properly subscribe to ZMQ events?

This seems to be incredibly easy but I can't wrap my head around it. I'm trying to subscribe to daemon's ZMQ events yet I don't receive any. The port is open and accessible in LAN. const zmq = require("zeromq") async function run() { const sock =…
user8555937
  • 207
  • 1
  • 7