Thrift / Google Protocol Buffers on Windows
Posted
by S73417H
on Stack Overflow
See other posts from Stack Overflow
or by S73417H
Published on 2010-03-18T13:27:25Z
Indexed on
2010/03/18
13:31 UTC
Read the original article
Hit count: 652
Hi All,
Looking at Thrift and Google Protocol Buffers to implement some quick RPC code. Thrift would be perfect if the generated C++ code compiled on windows (which is what I need). And of course, GPB creates RPC stubs, but no implementation.
Is there a way to get Thrift Windows friendly? Or, even better, are there any RPC implementations available freely for generated C++ protobuf stubs (a Java counterpart would be nice too, but is not necessary).
Thanks
© Stack Overflow or respective owner