Biggest differences of Thrift vs Protocol Buffers?

前端 未结 15 1680
無奈伤痛
無奈伤痛 2020-11-30 15:59

What are the biggest pros and cons of Apache Thrift vs Google\'s Protocol Buffers?

15条回答
  •  青春惊慌失措
    2020-11-30 16:43

    Another important difference are the languages supported by default.

    • Protocol Buffers: Java, Android Java, C++, Python, Ruby, C#, Go, Objective-C, Node.js
    • Thrift: Java, C++, Python, Ruby, C#, Go, Objective-C, JavaScript, Node.js, Erlang, PHP, Perl, Haskell, Smalltalk, OCaml, Delphi, D, Haxe

    Both could be extended to other platforms, but these are the languages bindings available out-of-the-box.

提交回复
热议问题