Thrift Wiki

Thrift is a software framework for scalable cross-language services development. Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.

Getting Started

Links

Development

Related projects

How to use this site

A Wiki is a collaborative site, anyone can contribute and share:

Interesting starting points:

FrontPage (last edited 2009-10-31 15:40:37 by KevinDriedger)