r/Blazor Feb 10 '22 Gold 1

Two weeks of blazor.. I'm sold

Have been doing development since the 90s and generally have always found the mix of js, html, css and c# to be laborious.

Even react which I find to be the least annoying js framework is painful. Most of the time I would just go back to html, css and jquery to get stuff done quicker.

But blazor, wow, just doing server side blazor for two weeks and I'm making stuff with such little faff. Everything works so painlessly.

Using radzen ui components but not their ide, this is seriously impressive stuff.

Has anyone tested how well server side blazor scales when using azure signalr service? . Now I have used this there's no going back.

119 Upvotes

41 comments sorted by

View all comments

5

u/VkeZiV Feb 11 '22

They said on net conference that it can scale a lot

9

u/zaibuf Feb 11 '22 edited Feb 11 '22

Azure SignalR has a limit of 100 000 concurrent conections. So unless you have more than 100 000 users visiting at once it isnt an issue. But I use Blazor mostly for business apps that have 100-200 users.

7

u/Footballer_Developer Feb 11 '22

That's what I'm using BS for, mine has around 1-2k concurrent users at best and it is doing absolutely fine.