RPC frameworks available?

徘徊边缘 提交于 2019-12-30 01:13:07

问题


I am looking to use a RPC framework for internal use. The framework has to be cross language. I am exploring Apache Thrift right now. Google protocol Buffers does not provide RPC capabilities exactly. What are the choices I have got apart from Thrift. (my servers will be primarily Java and the clients will be Java, Python, PHP).


回答1:


There is also MessagePack which claims to be faster than Protocol Buffers and have more features than Thrift.




回答2:


I would look at REST as a first option because it is ubiquitous and no-nonsense.

If performance and representation really needs to be compact, I have heard good things about Apache AVRO and my fingers are twitching to try it out in anger.




回答3:


There also seems to be ICE: which uses Google Protocol Buffers for RPC.



来源:https://stackoverflow.com/questions/3624568/rpc-frameworks-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!