Comment on The Future of Asynchronous IO in PythonparentComments−lmm11yGoogle protocol buffers help, but don't come with a standard RPC mechanism.Sounds like you want Thrift.−jbergens11yDoesn't Cap-n-proto have some RPC mechanism in it? Might help for some cases.−lmm11yMaybe. RPC is a first-class citizen in thrift, and it's more mature and established than Cap'n Proto (and had better cross-language support last time I checked). But whatever works for your use case.
Comments
Sounds like you want Thrift.
Doesn't Cap-n-proto have some RPC mechanism in it? Might help for some cases.
Maybe. RPC is a first-class citizen in thrift, and it's more mature and established than Cap'n Proto (and had better cross-language support last time I checked). But whatever works for your use case.