I'm considering using Blazor for a web application that I expect will need to support over 50,000 users, with potential for future growth.
Could someone provide insights on the following points?
- Scalability: How well does Blazor handle a large number ofconcurrent users? Are there any known limitations?
- Performance: What are the performance implications of usingBlazor, especially for applications with high user traffic?
- Deployment Considerations: Any specific requirements or bestpractices for deploying Blazor applications for a large user base?
- Comparison with Other Frameworks: How does Blazor compare to othertechnologies (like Angular, React, or ASP.NET Core MVC) in termsof scalability and performance for large applications?
I’d appreciate any experiences or knowledge you could share that would help me determine if Blazor is the right choice for this project. Thank you!