Hacker News new | ask | show | jobs
by jeremycarter 1195 days ago
I have seen a .NET project that did something similar to this, it was called Bridge. That was 8 years ago no sure if it's still available.
2 comments

These days, in the .NET ecosystem, there is Blazor. You write your whole web app in HTML, CSS and C# (frontend and backend). There are several different deployment models; Wikipedia gives a good summary:

https://en.wikipedia.org/wiki/Blazor

Websharper[1] lets you develop web apps all in F# or C#. Its reactive HTML layer is particularly useful.

1: https://websharper.com/