RPC frameworks available?

前端 未结 3 810
渐次进展
渐次进展 2020-12-29 11:45

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 provid

相关标签:
3条回答
  • 2020-12-29 11:58

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

    0 讨论(0)
  • 2020-12-29 12:09

    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.

    0 讨论(0)
  • 2020-12-29 12:19

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

    0 讨论(0)
提交回复
热议问题