[ 原始碼: ruby-ffi-rzmq ]
套件:ruby-ffi-rzmq(2.0.7-1)
FFI based Ruby bindings for ZeroMQ (ØMQ) networking library
ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products.
ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.
This module wraps ØMQ using Ruby FFI (foreign function interface). It is a pure Ruby wrapper so it can be used with any Ruby runtime that supports FFI, including MRI, Rubinius and JRuby.
其他與 ruby-ffi-rzmq 有關的套件
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-ffi-rzmq-core (>= 1.0.7~)
- FFI wrapper around the ZeromMQ (ØMQ) networking library for Ruby