Hacker News new | ask | show | jobs
by excerionsforte 2445 days ago
I remember a couple of years ago trying the examples on and off. It wasn't until the beginning of this year that I dedicated time (few weeks) to it and started to grok what ZeroMQ was for me and how I could do blazing fast RPC with it. I created a RPC (async/sync) library for myself in Rust, Java and Javascript that uses ZMQ under the hood. While I don't plan to open source it anytime soon, I do recommend taking some time to dedicate to play around with it and try it in your own projects.