blob: c128a24ba2b07c422db29ea1d86cae725aa5dd20 (
plain) (
blame)
1
2
3
4
5
6
|
Thrift is a serialization and RPC framework for service communication. Thrift
enables these features in all major languages, and there is strong support for
C++, Python, Hack, and Java. Most services at Facebook are written using Thrift
for RPC, and some storage systems use Thrift for serializing records on disk.
WWW: https://github.com/facebook/fbthrift
|