Blazor. No.

Discussion of chess software programming and technical issues.

Moderator: Ras

Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Blazor. No.

Post by Henk »

I don't like writing a webAPi so I decided to use Blazor server but I read Blazor server maintains state for each user.
So that won't work when there are many users.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: Blazor. No.

Post by Henk »

So what to do. Using Javascript for Client side or writing WebApi. Don't know what I dislike most.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: Blazor. No.

Post by Henk »

O wait Blazor server can handle 500 connections. May be enough.
But I think it doesn not generate CRUD operations like in ASP.NET core. So that will be much typing.
Needless to say that I dislike typing.

Compare this to my old MVC application. Only needed to type the model/records and application almost ready to view/find and edit chess positions/games.