Hacker News new | ask | show | jobs
by may4m 2068 days ago
nice, we're also using it for rpc calls using protobuffs.
2 comments

Did exactly the same in a previous job but used flatbuffers for serialization instead.

I wasn't a part of the initial decision making but was pretty happy with how easy it was to work with both zmq and flatbuffers.

The fact that it just works, and very easy to add endpoints, made it a no-brainer. I might not leave it alone with my kids but it works great as an RPC pipe.