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