Blazor interactive server app and DDoS attacks
Given that Blazor interactive server apps need to have a circuit open for each connection, which takes up a small amount of CPU memory, does that mean that Blazor server apps are more vulnerable to DDoS attacks? It probably takes fewer IP addresses to overwhelm a Blazor server apps as compared to say MVC websites. How do we then protect Blazor server apps from such attacks?