freebsd-ports/devel/thrift/pkg-descr
Bruce M Simpson 918e8aad8a Update Thrift port to SVN rev 787160 of Apache Incubator source.
The original Facebook release of Thrift is 2 years old.
No feedback from maintainer yet (~2 days).
2009-06-23 22:20:17 +00:00

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/