Open links in new tab
  1. ZeroMQ

    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 …

  2. ZeroMQ | Get started

    Get started ZeroMQ (also spelled ØMQ, 0MQ or ZMQ) is a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but …

  3. ZeroMQ - Introduction | ØMQ - The Guide

    ØMQ - The Guide # The Guide \zguide\: Ø Explains how to use ØMQ. Ø Covers basic, intermediate and advanced use. Ø With 60+ diagrams and 750 examples in 28 languages. Ø Available online and in …

  4. Download - ZeroMQ

    The ZeroMQ maintainers provide pre-built binary packages for libzmq, czmq, zyre, malamute, zproject and zproto, automatically built from both the latest stable releases OR the latest commit in the Git …

  5. Socket API - ZeroMQ

    Underneath the brown paper wrapping of ZeroMQ’s socket API lies the world of messaging patterns. ZeroMQ patterns are implemented by pairs of sockets with matching types. The built-in core ZeroMQ …

  6. Python - ZeroMQ

    An open-source universal messaging library

  7. Docs | ØMQ - The Guide - ZeroMQ

    The guide provides comprehensive documentation and examples for using ZeroMQ, a high-performance messaging library, across various patterns and languages.

  8. Distributed Messaging - zeromq

    Distributed Messaging ZeroMQ \zero-em-queue\, \ØMQ\: Ø Connect your code in any language, on any platform. Ø Carries messages across inproc, IPC, TCP, TIPC, multicast. Ø Smart patterns like pub …

  9. Frequently Asked Questions - zeromq

    Jul 28, 2008 · ZeroMQ's latency is nice, but is there a way to make it even lower? We are working on delivering ZeroMQ over alternative networking stacks, thus having advantage of features like kernel …

  10. Learn the Basics - zeromq

    The ZeroMQ Reference Manual specifies the ZeroMQ API. The ZeroMQ FAQ by the community is the first place to look for answers to frequently asked questions and problems.