TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to scale?

3 pointsby ramadisabout 8 years ago
I&#x27;m starting a new project, a mobile app. I created a db in postgres, used Node for the backend, and I&#x27;m currently hosting everything in heroku.<p>I was just wondering if this setup is able to scale, or if only a few users (maybe a couple hundreds) will be enough to take down the service.

3 comments

borplkabout 8 years ago
Don&#x27;t overthink it even with un-optimized code you can get far with a beefy server.<p>In general the rule of thumb is that by the time you have scaling problems you will already be popular enough that it will no longer be a problem.
metalmanacabout 8 years ago
There is no point in speculating whether it will scale or not, take a data driven approach and load test your setup to find out.
jlgaddisabout 8 years ago
<p><pre><code> -EMOREINFO</code></pre>