|
|
|
|
|
by moonchrome
1770 days ago
|
|
If you're looking for a binary serialisation library that generates simpler/more readable code and doesn't do parsing look into flatbuffers. Going through generated protobuff code in . NET last time I used it was vomit inducing. Flatbuffers don't provide RPC AFAIK so not comparable with gRPC Capnproto tried to do too much with distributed objects and RPC, I was looking into it years ago but it still seems like the C++ impl is the only one that supports those advanced concepts. |
|
Caveats:
1) I needed to work in C++ and Java
2) I was transporting serialized messages over ZeroMQ