Sha256: 8cc7906014f0bd045c48e198a9b06ed1b543b36137a8181181bcf92d0c40a2b8
Contents?: true
Size: 560 Bytes
Versions: 7
Compression:
Stored size: 560 Bytes
Contents
# coding:utf-8 # License:: MIT # Author:: Alexander Schrode( MailTo:: midix01@googlemail.de) # = 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. module RawJsonRpc # :nodoc: VERSION = "0.0.1"# :nodoc: end require_relative 'rawjsonrpc/error' require_relative 'rawjsonrpc/server' require_relative 'rawjsonrpc/client'
Version data entries
7 entries across 7 versions & 1 rubygems