Uplink036 / StardewCalculator

0 stars 0 forks source link

ASP net or Blazor? #12

Closed Uplink036 closed 1 day ago

Uplink036 commented 3 days ago

When creating this repo, I used a readily available template on VScode. It was ASP.net Core with MVC architecture, as that sounded good to me at the time. Now that I know more, I realize that it might not suit our needs. Mostly because it's a server framework, and our application should be able to live almost entirely on the client side. If we want to host this in the future, it might even be good to serve it as a static web page, which you can do for free in some places. Either way, ASP.net does not seem as suited to this project as it did in the beginning. We can make it work, but would we rather try with something else like Blazor?

Also see this discussion for a more thoughts on the matter.

I'm currently leaning towards blazor.