How many user requests can my Backend service request?

I host a nodejs server on render
Can it remove 5-10k users at the same time? Features;
RAM 8 GB
CPU 4 GB

Hi @gorel ,

The scaling characteristics will be heavily dependent on what your application itself is doing. If your application can scale to that many users with 8 GB RAM and 4 CPU in general, then it should be able to do so on Render just fine :slight_smile: