Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.38 KB

File metadata and controls

23 lines (20 loc) · 1.38 KB
title
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.