| 1 | 1,259 | 640 | amazing_print | Great Ruby debugging companion: pretty print Ruby objects to visualize their structure.... |
| 2 | 10,696 | 8,854 | czmq-ffi-gen | Generated low-level Ruby binding for CZMQ |
| 3 | 11,081 | 8,386 | cztop | CZMQ binding with hardcoded FFI bindings, providing a Ruby-like API for ZMQ sockets |
| 4 | 29,546 | 16,668 | em-simple_telnet | This library provides a very simple way to connect to telnet servers using EventMachine... |
| 5 | 49,166 | 11,581 | omq | Pure Ruby implementation of ZeroMQ with all socket types (REQ/REP, PUB/SUB, PUSH/PULL, ... |
| 6 | 84,431 | 17,225 | omq-cli | Command-line tool for sending and receiving ZeroMQ messages on any socket type (REQ/REP... |
| 7 | 108,886 | 38,872 | protocol-zmtp | Pure Ruby implementation of the ZMTP 3.1 wire protocol (ZeroMQ Message Transport Protoc... |
| 8 | 120,931 | 79,325 | omq-backend-rust | Drop-in Rust backend for OMQ. Same socket API (REQ/REP, PUB/SUB, PUSH/PULL, DEALER/ROUT... |
| 9 | 144,565 | 8,000 | omq-rs | Native Ruby binding for OMQ.rs. Provides brokerless ZeroMQ-compatible sockets backed by... |
| 10 | 149,357 | 94,289 | nng | Native C extension providing Ruby bindings for nng (nanomsg next generation), a lightwe... |
| 11 | 162,728 | 65,175 | em-simple_telnet_server | A simple way to implement your own telnet server on EventMachine |
| 12 | 165,521 | 65,175 | omq-zstd | Experimental zstd+tcp:// endpoint support for OMQ with per-frame Zstd compression, boun... |
| 13 | 168,706 | 79,325 | omq-lz4 | Adds lz4+tcp:// endpoint support to OMQ with per-part LZ4 block-format compression, bou... |
| 14 | 178,481 | 55,612 | nnq | Pure Ruby implementation of nanomsg's Scalability Protocols (SP) on top of async + io-s... |
| 15 | 178,889 | 112,090 | omq-backend-libzmq | libzmq backend for OMQ |
| 16 | 183,766 | 55,612 | omq-ractor | Bridge OMQ sockets into Ruby Ractors for true parallel processing |
| 17 | 184,113 | 112,090 | omq-websocket | Adds ws:// and wss:// transports to OMQ, implementing ZeroMQ RFC 45 (ZWS 2.0). Built on... |
| 18 | 184,357 | 112,090 | omq-qos | Experimental Quality of Service plugin for the OMQ pure-Ruby ZeroMQ library. Adds per-h... |
| 19 | 184,514 | 79,325 | nnq-cli | Command-line tool for sending and receiving nanomsg SP messages on any NNQ socket type ... |
| 20 | 184,552 | 65,175 | protocol-sp | Pure Ruby implementation of the Scalability Protocols wire format used by nanomsg and n... |
| 21 | 184,681 | 41,976 | nnq-zstd | Wraps any NNQ::Socket with per-message Zstd compression, bounded decompression, in-band... |
| 22 | 184,901 | 55,612 | rzstd | Ruby bindings (via Rust/magnus) for the Zstandard compressor with
persistent ZSTD_CCtx ... |
| 23 | 185,391 | 94,289 | rlz4 | Ruby bindings (via Rust/magnus) for liblz4, using lz4-sys FFI.
Provides block-format an... |
| 24 | 188,400 | 79,325 | lz4rip | Ruby bindings (via Rust/rb-sys) for lz4rip, a pure-Rust LZ4 implementation. Block-forma... |
| 25 | 189,005 | 79,325 | nuckle | Pure Ruby implementation of the NaCl crypto primitives (Curve25519, XSalsa20, Poly1305)... |
| 26 | 184,656 | 7,698 | omq-ffi | libzmq FFI backend for OMQ — use libzmq under the same OMQ socket API |
| 27 | 189,817 | 55,612 | zrip | Ruby bindings (via Rust/rb-sys) for zrip, a pure-Rust Zstandard implementation. Frame-f... |
| 28 | 184,951 | 16,587 | omq-curve | Adds CURVE security (Curve25519 encryption and authentication) to OMQ sockets. Requires... |
| 29 | 190,616 | 34,353 | chacha20blake3 | Ruby bindings (via Rust/magnus) for the chacha20-blake3 AEAD cipher.
256-bit key, 192-b... |
| 30 | 192,865 | 112,090 | omq-blake3zmq | BLAKE3ZMQ security mechanism (X25519 + ChaCha20-BLAKE3 AEAD) for the OMQ pure-Ruby Zero... |
| 31 | 192,885 | 112,090 | protocol-mqtt | Pure Ruby implementation of the MQTT 3.1.1 and 5.0 packet codec: encode, decode, VBI, p... |
| 32 | 193,071 | 65,175 | zzq | Pure Ruby implementation of MQTT — client and broker in one gem — built on async, io-st... |
| 33 | 188,743 | 24,219 | omq-rfc-zstd | Negotiated, transparent per-frame Zstd compression with optional shared dictionary for ... |
| 34 | 189,401 | 23,638 | omq-rfc-clientserver | CLIENT and SERVER socket types implementing ZeroMQ RFC 41 for the OMQ pure-Ruby ZeroMQ ... |
| 35 | 189,421 | 22,605 | omq-rfc-p2p | PEER socket type implementing ZeroMQ RFC 51 for the OMQ pure-Ruby ZeroMQ library. |
| 36 | 189,421 | 23,094 | omq-rfc-channel | CHANNEL socket type implementing ZeroMQ RFC 52 for the OMQ pure-Ruby ZeroMQ library. |
| 37 | 189,428 | 24,219 | omq-rfc-radiodish | RADIO and DISH socket types with UDP transport implementing ZeroMQ RFC 48 for the OMQ p... |
| 38 | 189,490 | 24,219 | omq-rfc-scattergather | SCATTER and GATHER socket types implementing ZeroMQ RFC 49 for the OMQ pure-Ruby ZeroMQ... |
| 39 | 195,133 | 112,090 | zzq-websocket | Adds ws:// and wss:// transports to zzq, built on async-websocket. Registers both schem... |
| 40 | 195,557 | 112,090 | xxh3 | Ruby bindings (via Rust/magnus) for XXH3 — the modern XXH family from
Yann Collet. Expo... |