Comment by vhost-
10 years ago
A couple years ago I posted https://github.com/kyleterry/tenyks and it gained about 150 stars. It's a service oriented IRC bot that was backed by redis pubsub (now zeromq pubsub). You can write commands and services to handle messages in any language.
I wish I've had more time to spend on it, but work and has been draining. I really want to build a saas around it with docker to see how people respond to it and use it. I should dedicate some time to this.
Sorry about the above text, I'm on my phone and it keeps autocorrecting >_<.
May I ask why you switched from Redis PubSub to ZeroMQ?