2

I'm experimenting with switching from PaaS (nodejitsu) to IaaS (AWS). I'd like to make use of node.js, couchdb, express, npm, git and websockets. Now here's the tricky part. I'd like to be able to update my apps without downtime, and I'd like to be able to update node and couchdb without downtime. Any ideas? Have any of the node.js PaaSs open sourced their software?

I know I'm asking for a lot here, any help at all would rock!

1

1 Answer 1

1

If you combine Nginx with your Node.js application server then you can achieve zero downtime restarts of your application.

More info at Zero Downtime Deployments with Nginx.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.