java - Windows 上的 Thrift/Google Protocol Buffers

标签 java c++ protocol-buffers thrift

查看 Thrift 和 Google Protocol Buffers 以实现一些快速 RPC 代码。如果生成的 C++ 代码在 Windows 上编译(这正是我所需要的),Thrift 将是完美的。当然,GPB 创建 RPC stub ,但没有实现。

有没有办法让 Thrift Windows 变得友好?或者,更好的是,是否有任何 RPC 实现可免费用于生成的 C++ protobuf stub (Java 对应物也不错,但不是必需的)。

谢谢

最佳答案

尝试 Zeroc ICE

关于java - Windows 上的 Thrift/Google Protocol Buffers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2470090/

相关文章:

java - 在 Spring 中使用 Hibernate 的后备数据源

c++ - 使用父类构造函数为继承的变量重新赋值

serialization - 在磁盘上存储一组 protobuf

java - Viewholder 如何正确更新 View

java - 如何在java中对方法进行排队

java - CardLayout 无法正常工作

c++ - Eigen 矩阵右除等价

c++ - ftell 可以用于非 ASCII 字符吗?

c++ - gcc 11 版本的协议(protocol)中 undefined symbol

java - 将生成的类包含到托管测试文件夹中是一种好习惯吗?