OMQ Help component for react
OMQ Contact component for react
Forked version of editorjs
zmq for interface.server
Pure Rust ØMQ/ZeroMQ. Facade over omq-tokio (default) or omq-compio. Wire-compatible with libzmq.
Tokio backend for omq: TCP / IPC / inproc / UDP transports + tokio-runtime socket driver. Built on omq-proto.
compio backend for omq: thread-per-core io_uring/IOCP socket driver. Built on omq-proto.
libzmq-compatible C interface backed by omq (omq-compio).
libzmq-compatible C interface backed by omq (omq-compio).
Sans-I/O ZMTP codec, message types, and routing logic. Backend-agnostic core for omq-tokio / omq-compio.
Drop-in zeromq crate replacement backed by omq-tokio
Batching MPSC channel for cross-core message passing
no_std, no_alloc MQTT 3.1.1 broker library for embedded Rust. Bounded session registry, retained messages, QoS 1, transport-agnostic (plain TCP or TLS via TlsSession trait).
Parse PromQL query into AST(fork from promql-parser)
PromQL parser and autocomplete for Enya
An all-in-one task-queue and orchestration library for Rust
Pure Ruby implementation of ZeroMQ with all socket types (REQ/REP, PUB/SUB, PUSH/PULL, DEALER/ROUTER, and draft types) and TCP/IPC/inproc transports. Built on protocol-zmtp (ZMTP 3.1 wire protocol) and Async fibers. No native libraries required.
Command-line tool for sending and receiving ZeroMQ messages on any socket type (REQ/REP, PUB/SUB, PUSH/PULL, DEALER/ROUTER, and all draft types). Supports Ruby eval (-e/-E), script handlers (-r), pipe virtual socket with Ractor parallelism, multiple formats (ASCII, JSON Lines, msgpack, Marshal), Zstd/LZ4 compression, and CURVE encryption. Like nngcat from libnng, but with Ruby superpowers.
Bridge OMQ sockets into Ruby Ractors for true parallel processing
Adds zstd+tcp:// endpoint support to OMQ with per-frame Zstd compression, bounded decompression, in-band dictionary shipping, and sender-side dictionary training.
Adds lz4+tcp:// endpoint support to OMQ with per-part LZ4 block-format compression, bounded decompression, and in-band dictionary shipping. Complementary to omq-zstd: worse ratio, far faster encode, far smaller per-connection footprint.
BLAKE3ZMQ security mechanism (X25519 + ChaCha20-BLAKE3 AEAD) for the OMQ pure-Ruby ZeroMQ library.
Gateway OMQ data to Cassandra