ZeroMQ
From Wikipedia, the free encyclopedia
ZeroMQ (also spelled ØMQ, 0MQ or 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; the zero in the name is for zero broker.[2] The library's API is designed to resemble Berkeley sockets.
Developer(s) | iMatix |
---|---|
Stable release | 4.3.4[1]
/ 17 January 2021 |
Repository | |
Written in | C++ |
Platform | Cross-platform |
Type | Message queue, concurrency framework |
License | LGPLv3+ with static linking exception |
Website | zeromq |
ZeroMQ is developed by a large community of contributors, founded by iMatix, which holds the domain name and trademarks. There are third-party bindings for many popular programming languages.