Module: RawJsonRpc

Defined in:
lib/rawjsonrpc.rb,
lib/rawjsonrpc/client.rb,
lib/rawjsonrpc/server.rb

Overview

RAW JSON RPC

The rawjsonrpc libary implements base classes / modules to write jsonrpc or servers. So that you can easly implments for your stream type with minmal efford. Also it provides a TCP client and two TCP Servers. Feel free to provid your implmentations to the project.

Defined Under Namespace

Modules: RawServerJsonRpc Classes: ClientSock, JSONTCPServer, RawClientJsonRpc

Constant Summary collapse

VERSION =

:nodoc:

"0.0.1"