Thursday 25 July 2019

Efficiently deploying a Node.js application for production?

I am currently reviewing options for deploying a Node.js/Mongo DB application for production. I am familiar with various tools like Nginx, PM2, etc and I've deployed applications for small loads of traffic in the past.Let's say there are several hundred concurrent users, would a stack like this still be sufficient (Node.js, PM2, Nginx)? If no, where can I find material and examples for this type of deployment?

Submitted July 26, 2019 at 01:33AM by fishingBakersfield

No comments:

Post a Comment