ZeroMQ
Links
- Rust ZeroMQ bindings
- libzmq - ZeroMQ core engine in C++, implements ZMTP/3.1.
- fbzmq - Provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics).
- zproto - Protocol framework for ZeroMQ.
- ZeroMQ Guide
- PyZMQ - Python bindings for zeromq.
- zmq.rs - Native Rust implementation of ZeroMQ.
- zeromq-src-rs - Source code and logic to build ZeroMQ from source.
- ocaml-zmq - ZeroMQ bindings for OCaml.
- Nanomsg - Modern messaging library that is the successor to ZeroMQ.
- zmq4 - Go interface to ZeroMQ version 4.
- FlatRPC - C++ RPC library built upon FlatBuffers and ZeroMQ.
- zmq4 - Pure-Go implementation of ZeroMQ-4.
- TMQ - Rust ZeroMQ bindings for Tokio.
- Deno ZeroMQ - Pure Deno bindings for ZeroMQ.
- Zurl - HTTP and WebSocket client worker with ZeroMQ interface.
- ZeroMQ.js - Node.js bindings.