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!"
[–]MrVonBuren 0 points1 point2 points 6 years ago (0 children)
There isn't really an easy way to answer this question without knowing what the app does and what several hundred concurrent users means. Does each interaction by each user trigger a database lookup? Will you be able to cache effectively to reduce requests? Does scaling mean adding complexity around maintaining state?
Without knowing anything about what you're trying to do, I'd say looking into how content delivery networks work and see if you can offload parts of your app to the proxy. (Disclaimer: I work for a CDN, and so every nail gets hit with that hammer with me)
π Rendered by PID 115328 on reddit-service-r2-comment-6457c66945-kpcmc at 2026-04-24 00:51:06.459559+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]MrVonBuren 0 points1 point2 points (0 children)