Stress test

Technically the number should be much higher due to the reduced overall bandwidth per browser. As with web 1 though, it’s highly dependent on your app architecture. An app with very little server processing will handle far more clients per instance than one that is highly CPU intensive just because of the delays it causes. I’d say, make sure you keep processor intensive tasks to a minimum if you can, any ones that are should be made into external helper apps and then definitely plan on having a load balancer.

4 Likes