Description
Provides Haskell bindings to ZeroMQ 4.x. ZeroMQ is a messaging library used to build distributed systems with patterns such as request-reply, publish-subscribe, and pipelines.
It is useful for services, workers, data pipelines, prototypes, and systems that need flexible message transport. Developers should design authentication, encryption, backpressure, and failure handling around the messaging topology.