Overview of deploying a Solara app
masterSolara applications and dashboards can be deployed using two primary methods:
- Self-hosted: You manage the infrastructure and run the application on your own servers.
- Cloud-hosted: You use a cloud platform provider to host the application.
Scaling and Reliability: When running your application across multiple instances, you should implement state persistence to ensure that user sessions can be recovered after a crash, during scale-in operations, or during new deployments.