- 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 like in-process, inter-process, TCP, and multicast
- 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 unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker
- 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 repositories via the Open Build Service for i386, amd64, armv7, arm64, ppc64, s390x (note: depends on the distribution)
- 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 PDF format Ø Updated and revised for ZeroMQ 3 2 (older text for ZeroMQ 2 2 still available) Ø Written by Pieter Hintjens, CEO of iMatix, and 100+ contributors Ø Available in paper from O
- 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 patterns are: Request-reply, which connects a set of clients to a set of services This is a remote procedure call and task distribution pattern
- Python - ZeroMQ
An open-source universal messaging library
- 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
- 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
|