Registry / networking / msgpack-rpc

msgpack-rpc

JSON →
library0.7.0rbrubygemsunverified

Asynchronous RPC library using MessagePack for serialization.

gem install msgpack-rpc
INSTALL
IMPORT
SIG · MSGPACK-RPC
M
msgpack-rpc
networkingrubyv0.7.0
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.

MessagePack::RPC
require 'msgpack/rpc'

Create a client and call a remote procedure.

require 'msgpack/rpc' client = MessagePack::RPC::Client.new('localhost', 18800) result = client.call(:add, 1, 2) puts result
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
msgpack-rpc — gem install msgpack-rpc · libregistry