I have published a shiny app (I have both Python and R versions). The app is an interactive map dasboard that I would like to share with a few users (10 people) to review the functionality for feedback.
My question(s):
- What happens if more than 1 users open the app concurrently? will they still be able to interact with the app independently? (My concern stems from the fact that this not possible for an app that is running locally on my PC since R runs as one process on the machine.)
- If the issue above is a non-issue for apps published on Posit Connect Cloud, will access by multiple concurrent users affect the speed of the app? (My map is already veeery slow, I am still looking for ways to optimize it further)
Your clarifications will be much appreciated.