List/Grid Tag Archives: Apache Thrift

Apache Thrift with Java quickstart
Apache Thrift is a RPC framework founded by facebook and now it is an Apache project. Thrift lets you define data types and service interfaces in a language neutral definition file. ...

Apache Thrift Quickstart Tutorial
Thrift is a cross language RPC framework initially developed at Facebook, now open sourced as an Apache project. This post will describe how to write a thrift service and client in ...


