Get the latest tech news

ZeroMQ: High-Performance Concurrency Framework


An open-source universal messaging library

ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of ZeroMQ

ZeroMQ

Related news:

News photo

I discovered a critical exploit in ZeroMQ with mostly pure luck