clusterjs
clusterjs copied to clipboard
Base framework behind clusterjs
Just reached this project from @odino share over LinkedIn. Sound's good. I had been using forever using distributed failovers but seems like this solution might also help pretty well. What about shaping it to the proper code and extensible?
I believe if you can choose any proper baseline cli framework like Flatiron : guide - http://blog.nodejitsu.com/writing-cli-apps-with-flatiron/
Let me know if you guys are interested so I'll send a pull request.
hey @ArkeologeN,
it really boils down to what you can / want to to with clusterjs -- for example this is not a process manager like PM2. So as long as its this small we could get away wiith the current structure :)
Happy to receive a PR anyhow! You might wanna look at commander as well as its much simpler (and simplistic)
True story @odino
But sound's energetic if we add some major commands over the cluster like sending restart signals etc. ?
yeah, why not :)