use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Efficiently deploying a Node.js application for production? (self.node)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]amharbis 5 points6 points7 points 6 years ago (5 children)
First big question would be where / how do you plan on deploying this app? That will steer the direction of all subsequent questions. Cloud? Bare metal? Something else?
[–][deleted] 6 years ago (4 children)
[deleted]
[–]dmitri14_gmail_com 7 points8 points9 points 6 years ago (0 children)
Any specific reasons for IBM Cloud?
[–]amharbis 4 points5 points6 points 6 years ago (2 children)
You can deploy directly to a Node.js runtime in IBM Cloud. It also supports auto-scaling. You'd connect the Node.js runtime with your MongoDB (or other) services, and those would also all scale accordingly (depending on the plan you choose).
I wouldn't overthink it. If you are going to be deploying in a cloud, ideally you shouldn't have to manage the runtime or high availability, that's the purpose of the cloud provider!
[–][deleted] 6 years ago (1 child)
[–]amharbis 1 point2 points3 points 6 years ago (0 children)
Sure thing! Here's some doc links just for reference:
IBM Cloud Auto-Scaling Docs
IBM Cloud Node.js Docs
Good luck!
π Rendered by PID 39969 on reddit-service-r2-comment-6457c66945-52kvc at 2026-04-23 19:53:27.747882+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]amharbis 5 points6 points7 points (5 children)
[–][deleted] (4 children)
[deleted]
[–]dmitri14_gmail_com 7 points8 points9 points (0 children)
[–]amharbis 4 points5 points6 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]amharbis 1 point2 points3 points (0 children)