Thursday, 11 May 2017

node.js - deploying appliocation server in distributed enviorment

I am currently working on NodeJs based server application. This server application contains a different modules and these may be running in different set of systems(physical/virtual instances). This kind of setup we are using to distribute the load of server application across several systems( as a common approach) also to meet the scalability aspects.

But for deployment, it is difficult to go to different system and start the relevant application instances manually. I now thinking about creating startup scripts for this purpose, but if you know any existing module or package for this please share.

Thanks, Krishnan



via Krishnan

No comments:

Post a Comment