ØMQ is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ØMQ system can run without a dedicated message broker. The library is designed to have a familiar socket-style API.
ØMQ was added to AlternativeTo by vermin96 on Dec 28, 2013 and this page was last updated Aug 30, 2017. ØMQ is sometimes referred to as 0MQ, OMQ, ZeroMQ.