blob: e78cee29fb9a5b024072a6ad97118e5f92b235c8 [file] [log] [blame]
Mark Slee54b7ab92007-03-06 00:06:27 +00001Thrift Ruby Software Library
Kevin Clark1b8fec12008-06-24 01:06:08 +00002 by Kevin Ballard, Kevin Clark, Mark Slee
3 http://incubator.apache.org/thrift/
Mark Slee54b7ab92007-03-06 00:06:27 +00004
Kevin Clark1b8fec12008-06-24 01:06:08 +00005== DESCRIPTION:
Mark Slee54b7ab92007-03-06 00:06:27 +00006
Kevin Clark1b8fec12008-06-24 01:06:08 +00007Thrift is a strongly-typed language-agnostic RPC system.
8This library is the ruby implementation for both clients and servers.
9
10== INSTALL:
11
12 $ gem install thrift
13
14== CAVEATS:
15
16This library provides the client and server implementations of thrift.
17It does <em>not</em> provide the compiler for the .thrift files. To compile
18.thrift files into language-specific implementations, please download the full
19thrift software package.
20
21== USAGE:
22
23This section should get written by someone with the time and inclination.
24In the meantime, look at existing code, such as the benchmark or the tutorial
25in the full thrift distribution.
26
27== LICENSE:
28
29Thrift is distributed under the Apache Software License.
Mark Slee54b7ab92007-03-06 00:06:27 +000030Please see the included LICENSE file.