Skip to content
Ningyue edited this page Jul 9, 2018 · 2 revisions

About ZeroMQ

ZeroMQ is a high-performance 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.

ZeroMQ is an intelligent transport layer protocol that not only provides developers with a powerful development kit, but also includes a great implementation of a communication protocol.

Clone this wiki locally