| 1 | 1,275 | 641 | amazing_print | Great Ruby debugging companion: pretty print Ruby objects to visualize their structure.... |
| 2 | 10,664 | 10,770 | czmq-ffi-gen | Generated low-level Ruby binding for CZMQ |
| 3 | 11,060 | 9,303 | cztop | CZMQ binding with hardcoded FFI bindings, providing a Ruby-like API for ZMQ sockets |
| 4 | 29,478 | 30,638 | em-simple_telnet | This library provides a very simple way to connect to telnet servers using EventMachine... |
| 5 | 49,797 | 10,883 | omq | Pure Ruby implementation of ZeroMQ with all socket types (REQ/REP, PUB/SUB, PUSH/PULL, ... |
| 6 | 85,188 | 22,527 | omq-cli | Command-line tool for sending and receiving ZeroMQ messages on any socket type (REQ/REP... |
| 7 | 109,172 | 25,069 | protocol-zmtp | Pure Ruby implementation of the ZMTP 3.1 wire protocol (ZeroMQ Message Transport Protoc... |
| 8 | 121,832 | 18,385 | omq-backend-rust | Drop-in Rust backend for OMQ. Same socket API (REQ/REP, PUB/SUB, PUSH/PULL, DEALER/ROUT... |
| 9 | 149,029 | 51,088 | nng | Native C extension providing Ruby bindings for nng (nanomsg next generation), a lightwe... |
| 10 | 162,346 | 30,638 | em-simple_telnet_server | A simple way to implement your own telnet server on EventMachine |
| 11 | 165,848 | 22,527 | omq-zstd | Experimental zstd+tcp:// endpoint support for OMQ with per-frame Zstd compression, boun... |
| 12 | 166,603 | 18,385 | omq-rs | Native Ruby binding for OMQ.rs. Provides brokerless ZeroMQ-compatible sockets backed by... |
| 13 | 168,758 | 51,088 | omq-lz4 | Adds lz4+tcp:// endpoint support to OMQ with per-part LZ4 block-format compression, bou... |
| 14 | 178,554 | 18,385 | nnq | Pure Ruby implementation of nanomsg's Scalability Protocols (SP) on top of async + io-s... |
| 15 | 178,747 | 51,088 | omq-backend-libzmq | libzmq backend for OMQ |
| 16 | 183,379 | 51,088 | omq-ractor | Bridge OMQ sockets into Ruby Ractors for true parallel processing |
| 17 | 183,515 | 51,088 | omq-websocket | Adds ws:// and wss:// transports to OMQ, implementing ZeroMQ RFC 45 (ZWS 2.0). Built on... |
| 18 | 183,748 | 51,088 | omq-qos | Experimental Quality of Service plugin for the OMQ pure-Ruby ZeroMQ library. Adds per-h... |
| 19 | 183,932 | 30,638 | protocol-sp | Pure Ruby implementation of the Scalability Protocols wire format used by nanomsg and n... |
| 20 | 183,953 | 51,088 | nnq-cli | Command-line tool for sending and receiving nanomsg SP messages on any NNQ socket type ... |
| 21 | 184,107 | 51,088 | nnq-zstd | Wraps any NNQ::Socket with per-message Zstd compression, bounded decompression, in-band... |
| 22 | 184,322 | 51,088 | rzstd | Ruby bindings (via Rust/magnus) for the Zstandard compressor with
persistent ZSTD_CCtx ... |
| 23 | 184,735 | 51,088 | rlz4 | Ruby bindings (via Rust/magnus) for liblz4, using lz4-sys FFI.
Provides block-format an... |
| 24 | 187,874 | 25,069 | lz4rip | Ruby bindings (via Rust/rb-sys) for lz4rip, a pure-Rust LZ4 implementation. Block-forma... |
| 25 | 188,336 | 30,638 | 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 | 184,951 | 16,587 | omq-curve | Adds CURVE security (Curve25519 encryption and authentication) to OMQ sockets. Requires... |
| 28 | 189,415 | 30,638 | zrip | Ruby bindings (via Rust/rb-sys) for zrip, a pure-Rust Zstandard implementation. Frame-f... |
| 29 | 190,054 | 51,088 | chacha20blake3 | Ruby bindings (via Rust/magnus) for the chacha20-blake3 AEAD cipher.
256-bit key, 192-b... |
| 30 | 192,382 | 51,088 | omq-blake3zmq | BLAKE3ZMQ security mechanism (X25519 + ChaCha20-BLAKE3 AEAD) for the OMQ pure-Ruby Zero... |
| 31 | 192,382 | 51,088 | protocol-mqtt | Pure Ruby implementation of the MQTT 3.1.1 and 5.0 packet codec: encode, decode, VBI, p... |
| 32 | 192,507 | 51,088 | 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 | 23,094 | omq-rfc-channel | CHANNEL socket type implementing ZeroMQ RFC 52 for the OMQ pure-Ruby ZeroMQ library. |
| 36 | 189,421 | 22,605 | omq-rfc-p2p | PEER socket type implementing ZeroMQ RFC 51 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 | 194,671 | 51,088 | zzq-websocket | Adds ws:// and wss:// transports to zzq, built on async-websocket. Registers both schem... |
| 40 | 195,134 | 51,088 | xxh3 | Ruby bindings (via Rust/magnus) for XXH3 — the modern XXH family from
Yann Collet. Expo... |