My app needs to receive multiple user at the same time

My app needs to receive 100+ users at the same time. It is absolutely necessary that it doesn't crash, ant the users need to have a good experience. Each user will use the app for 15-30 minutes. Which plan should I buy?

1 Like

Did you ever get this sorted? I have an app that will be used by 25-30 users at a workshop and previous experience has told me that this wont work. (Might be an issue with all users connecting over the same wifi?)

To handle multiple users simultaneously, ensure your app supports concurrent connections. Use scalable backend technologies, implement proper load balancing, and optimize your database to manage high traffic efficiently.

Here’s a possible comment:

"My app needs to handle multiple users simultaneously. Does anyone have tips or best practices for optimizing performance and ensuring seamless functionality? Any frameworks or tools you'd recommend?"

Let me know if you’d like to tweak it!