Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 435 Bytes

Thrift Example

Thrift Example by Ruby client and Ruby server

Usage

use custom thrift client

cd rb
ruby server.rb
ruby client.rb

use thrift client by twitter

gem install thrift_client
cd rb
ruby server.rb
ruby twitter_thrift_client.rb

Thanks

Thrift Ruby Tutorial
Thrift Client