Registry / messaging / rbczmq

rbczmq

JSON →
library1.7.9rbrubygemsunverified

Ruby extension for ZeroMQ using CZMQ - High-level C Binding for ØMQ.

gem install rbczmq
INSTALL
IMPORT
SIG · RBCZMQ
R
rbczmq
messagingrubyv1.7.9
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.

CZMQ
require 'rbczmq'

Send a message via ZeroMQ

require 'rbczmq' ctx = ZMQ::Context.new socket = ctx.socket(:REQ) socket.connect('tcp://localhost:5555') socket.send('Hello')
Debug
Known issues
breakingRequires CZMQ and ZeroMQ libraries to be installed
fix
Install libzmq and libczmq via your package manager
affects: >= 0
Upgrade
Version history
1.7.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
rbczmq — gem install rbczmq · libregistry