Hello community,
I am currently thinking if a streamlit app could be scaled for hundred, thousand or millions of users ?
I heard several times that Streamlit is made only for prototype, but I don’t understand why it could not be used in production for thousand of users ?
If we deploy on the cloud, AWS Fargate for example, the scaling depends of how munch VM there are behind to make your app works, right ?
What do you think ? Is it essential to pass to another framework to deploy at scale ? If yes, why ?
Many thanks