blob: b6e9a0792fc4f575dec205d91afab2dafef3b141 [file] [log] [blame]
Mark Slee54b7ab92007-03-06 00:06:27 +00001Thrift Ruby Software Library
Roger Meiera8b52c72010-11-02 07:33:30 +00002 http://thrift.apache.org
Mark Slee54b7ab92007-03-06 00:06:27 +00003
Bryan Duxburydef30a62009-04-08 00:19:37 +00004== LICENSE:
5
6Licensed to the Apache Software Foundation (ASF) under one
7or more contributor license agreements. See the NOTICE file
8distributed with this work for additional information
9regarding copyright ownership. The ASF licenses this file
10to you under the Apache License, Version 2.0 (the
11"License"); you may not use this file except in compliance
12with the License. You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16Unless required by applicable law or agreed to in writing,
17software distributed under the License is distributed on an
18"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19KIND, either express or implied. See the License for the
20specific language governing permissions and limitations
21under the License.
22
Kevin Clark1b8fec12008-06-24 01:06:08 +000023== DESCRIPTION:
Mark Slee54b7ab92007-03-06 00:06:27 +000024
Kevin Clark1b8fec12008-06-24 01:06:08 +000025Thrift is a strongly-typed language-agnostic RPC system.
26This library is the ruby implementation for both clients and servers.
27
28== INSTALL:
29
30 $ gem install thrift
31
32== CAVEATS:
33
34This library provides the client and server implementations of thrift.
35It does <em>not</em> provide the compiler for the .thrift files. To compile
36.thrift files into language-specific implementations, please download the full
37thrift software package.
38
39== USAGE:
40
41This section should get written by someone with the time and inclination.
42In the meantime, look at existing code, such as the benchmark or the tutorial
43in the full thrift distribution.