Ask HN: How to scale?

3 points by ramadis ↗ HN
I'm starting a new project, a mobile app. I created a db in postgres, used Node for the backend, and I'm currently hosting everything in heroku.

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

[ 2.7 ms ] story [ 18.8 ms ] thread
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.
Don't overthink it even with un-optimized code you can get far with a beefy server.

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.