Registry / messaging / ffi-rzmq

ffi-rzmq

JSON →
library2.0.7rbrubygemsunverified

Wraps the ZeroMQ networking library using Ruby FFI, supporting MRI, Rubinius, and JRuby.

gem install ffi-rzmq
INSTALL
IMPORT
SIG · FFI-RZMQ
F
ffi-rzmq
messagingrubyv2.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FFI::RZMQ
require 'ffi-rzmq'

Create a ZeroMQ REQ socket and connect

require 'ffi-rzmq' ctx = ZMQ::Context.new socket = ctx.socket(ZMQ::REQ) socket.connect('tcp://localhost:5555')
Debug
Known issues
gotchaRequires the ZeroMQ library (libzmq) to be installed on the system.
fix
Install libzmq via your package manager (e.g., apt install libzmq3-dev).
affects: >= 2.0.0
Upgrade
Version history
2.0.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
ffi-rzmq — gem install ffi-rzmq · libregistry