Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否有一个很好的面向服务的框架(如 Apache Thrift),它同时支持 C++、java 和 python,具有类似的功能集但要求更轻?
我对 Thrift 的主要问题是它需要 boost(在 C++ 方面),这是一个很好但太大的库。
我可以想到一些替代方案,尽管我不能说它们与 Thrift 相比如何。所有这些都应该有 Java、C++ 和 Python 实现。
谷歌协议
阿帕奇阿夫罗
黑森州
在这三者中,我认为 Google 的 Protobuf 似乎是最有前途和最有文档的。