mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
25c40d09d1
development.
13 lines
575 B
Plaintext
13 lines
575 B
Plaintext
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://developers.facebook.com/thrift/
|