On Thu, Nov 14, 2013 at 8:22 AM, Eric Mill <[email protected]> wrote: > But what are the best practices for deploying a Node app > where I'd like to be able to scale the number of processes up and down > easily on a box?
There are probably as many ways to deploy as there are node developers! You could try out strong-cluster-control. It allows running your app as single-instance, or as a node cluster, doing run-time scaling using command line, restarting, etc. It also, soon (running on our staging), will allow run-time control through strongops, our monitoring and control. It's under active development to support our operations, and LoopBack (our mobile back-end framework), but its a standalone module. http://docs.strongloop.com/strongnode/ http://docs.strongloop.com/strongnode/#running-applications-with-cluster https://github.com/strongloop/strong-cluster-control http://docs.strongloop.com/loopback/ If you do use it (or even don't use it), I'd be interested in feedback. Cheers, Sam -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
