I have developed a shiny app and I have dockerized it. This app is static and there is an authentication page to access only to the content of one tab of the app. I run this app on my own domain and it works fine. I have 100 tabs opened at once in my browser and I can see my app running in all of them. I would like to know what would be the maximum number of simultaneous users that the app supports and how I could check it. I would also like to know if it would be necessary to use an nginx reverse proxy to increase the number of simultaneous users.
Asked
Active
Viewed 21 times