From 3c6c3bbe96331791d3860a3dfe1c29caed831811 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Mon, 23 Mar 2015 01:33:46 +0900 Subject: [PATCH] Thrift was developed by Facebook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6426b87..07c0bc9 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Inter-process communication -* [Apache Thrift](https://thrift.apache.org/) - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developed by Twitter. [Apache2] +* [Apache Thrift](https://thrift.apache.org/) - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developed by Facebook. [Apache2] * [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system. [MIT] * [gRPC](https://github.com/grpc/grpc) - A high performance, open source, general-purpose RPC framework. [BSD] [website](http://www.grpc.io/) * [libjson-rpc-cpp](https://github.com/cinemast/libjson-rpc-cpp) - JSON-RPC framework for C++ servers and clients. [MIT]