'Blazor Server Side Concurrent User

We have developed ebanking app in blazor server.We had tested the app in local server.Apps worked as expected without performance degrade.Now we are hosting app in production server.We are more concerned that Can blazor handle multiple concurrent request? How can we test concurrent request in blazor?



Solution 1:[1]

I think that you should create a web API with Blazor and then You can use JMeter for testing Blazor server web API with a high number of concurrent requests. Here are Jmeter resultsenter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Alireza Balavand