[development][thrift] RPC框架 thrift

时间:2022-02-10 08:26:55

 

一:

wiki:https://zh.wikipedia.org/wiki/Thrift

二:

来自IBM的介绍:https://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/

都是框架原理,不适合快速上手应用。

摘要:

  1:

目前流行的服务调用方式有很多种,例如基于 SOAP 消息格式的 Web Service,基于 JSON 消息格式的 RESTful 服务等。

 

三: tutorial

https://thrift.apache.org/tutorial/

 

四:例子

  一个C++的例子,网页里的thrift文件的链接坏掉了,thrift文件可以在源码里找到。

  https://thrift.apache.org/tutorial/cpp