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