Hacker News new | ask | show | jobs
by s369610 2751 days ago
looks similar to server side blazor (razor components) added to asp .net core 3.0 https://codedaze.io/introduction-to-server-side-blazor-aka-r...
1 comments

That does look similar! One thing they say though:

> We don't really know yet how well server-side Blazor (Razor Components) will scale with heavy use applications.

I don't think that's a concern with LiveView, as it's built on Phoenix Channels, which in 2015 could already handle 2 million connections on a single box: https://phoenixframework.org/blog/the-road-to-2-million-webs...