Sunday 27 January 2019

What does your node.js production setup look like? How do you do deployment?

Do you use a box that you have setup yourself - eg. similar to:https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-18-04If so how is its basic architecture? (Node, PM2, Nginx, database) How do you deploy to it?​Or a PaaS like Heroku:https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/deploymentIf so how do you deploy to it? What other features of the PaaS do you use? (Monitoring, logging ...)​

Submitted January 28, 2019 at 03:58AM by chief_monkey

No comments:

Post a Comment