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