From d18810f877d66b9efb3ff22fd7a9907c41944ca3 Mon Sep 17 00:00:00 2001 From: Mazen Abdulaziz Date: Wed, 27 Aug 2014 11:34:33 +0300 Subject: [PATCH] Added Thrift library to the serializaiton section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc9904a..ae2d80a 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. [BSD] * [protobuf-c](https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. [BSD] * [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2] +* [Thrift](https://thrift.apache.org/) - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developer by Twitter. [Apache2] ## Video