918e8aad8a
The original Facebook release of Thrift is 2 years old. No feedback from maintainer yet (~2 days).
12 lines
572 B
Text
12 lines
572 B
Text
Thrift is a lightweight, language-independent software stack with an
|
|
associated code generation mechanism for RPC. Thrift provides clean
|
|
abstractions for data transport, data serialization, and application
|
|
level processing. The code generation system takes a simple definition
|
|
language as its input and generates code across programming languages
|
|
that uses the abstracted stack to build interoperable RPC clients and
|
|
servers.
|
|
|
|
Thrift is specifically designed to support non-atomic version changes
|
|
across client and server code.
|
|
|
|
WWW: http://incubator.apache.org/thrift/
|