pigato
pigato copied to clipboard
PIGATO - an high-performance Node.js microservices framework
Hi, following scenario: imagine you have a client which pushes 10 jobs to broker and have 2 workers with concurency 1.. Then you stop the workers and start them again...
Thanks for merging my PR https://github.com/prdn/pigato/pull/72. When you get the chance could you please publish to npm? Many thanks
pigato-examples now pointing to /prdn/pigato-examples, fincluster url is currently 404
Grenache
Hello all learning from Pigato experience I'm working on a lightweight and really distributed solution that I'd like to present to you all: https://github.com/bitfinexcom/grenache My aim is to keep it...
Hello guys, I am using Pigato in some projects for now, but sometimes I still get confusing about allowing workers to communicate or even to use each others services. In...
Hello! Referencing #46 You could add a section in the documentation for those kind modular features It is important to help Pigato grow, isn't it? Thanks!
Even though the code in the library is quite easy to understand, it might be worth considering adding jsdoc comments. I would happily do this if others agree its a...
I'm trying to use pigato to implement a client and broker, but c++ to implement worker based on Zeromq's reference Majordomo protocol implementation. however pigato seems to send/expect different protocol...
@maxired I like the idea to let devs to override the routing system. Keeping that in mind we should think to the best solution performance-wise. We should have a method...
The use of callback functions when EventEmitters are readily available is problematic since there are limitations that are self imposed by using them. - Only one callback can be registered...