from Hacker News

Ask HN: Could Golang have features similar to ASP.Net Core’s Blazor framework

by hmcamp on 6/5/23, 3:33 PM with 0 comments

Recently, I’ve dived back into the world of Asp.Net and I’ve been using Blazor [0].

Having built a few apps with it, I can see the value of having a strongly typed language on both the frontend and backend, as well as having the markup files and code being in the same file.

I’m now wondering what would be required to have something similar in Golang?

0: https://learn.microsoft.com/en-us/aspnet/core/blazor/