Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I really recommend against using protobuffs. There are long standing bugs that Google just refuses to fix in the public version. I can't remember what they are off the top of my head, but I know a semi-prominent YC company that uses them and they pull their hair out all the time.

Just use zerorpc. It's more reliable than zeromq + protobuffs and it comes with a bunch of freebies, like built in heartbeats, streamed responses, etc.



How about Cap'n Proto? Their marketing is great, but I don't recall seeing many experiences with it, so I'm asking for feedbacks here.


First I'm hearing of it. Looks really promising, but without any experience with it I cannot really say.


They wrote it specifically for sandstorm.io, so they're dog-fooding it.


Take a look at GRPC (http://grpc.io). It addresses a lot of the long-standing complaints about using Protobuf as an RPC solution.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: