RPC frameworks available?

和自甴很熟 提交于 2019-11-30 05:12:21

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

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.

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

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