Even though the C++ SDK is super bad, unless we ro...
# extensions
a
Even though the C++ SDK is super bad, unless we roll our own (which is not too hard for what we need, honestly), we could consider grpc
z
I've never used grpc for IPC, only for network comms. Is it well supported?
a
it's like..not great for C++, but you can make it work. It's way more supported on go, Python, etc
z
s
gRPC has a billion deps in go. Every now and then I spend a bunch of time chasing down something dumb.
Like the ā€œcanā€™t marshal non-utf stringsā€
a
wow! I thought it was loved outside C++! ok then, it wasn't worth considering šŸ˜„
s
I might just be grumpy