DEV Community

Discussion on: How to use ZeroMQ Pub/Sub Pattern in Node.js

Collapse
 
kosm profile image
Kos-M

yeah i know , this is for an example/demo . code should runs ok . I had in mind the integration of that in a more complex system , when i wrote comment above :)
By the way i'm trying to create a small lib/system to pass work from master to workers , with msg queues , to achieve distributed computing , its under development and enough buggy at the moment but you can take a look if you want :)
github.com/queue-xec

Thread Thread
 
franciscomendes10866 profile image
Francisco Mendes • Edited

I understood. I would only use ZeroMQ in personal projects and very small applications.

Otherwise I would use Redis in most cases and in more advanced projects I would use RabbitMQ.