Hacker News new | ask | show | jobs
Phoenix LiveView 1.2 Released (phoenixframework.org)
54 points by ksec 3 hours ago
2 comments

What are the pros and cons compared to ASP.Net/Blazor?
The BEAM virtual machine. Its has lightweight isolated processes, message passing, supervisors, hot-ish runtime introspection, and fault containment are not libraries bolted on later. They are the substrate. not an after thought.

if you are build an app that needs the following: + many concurrent users + real-time UI + background jobs + workflows + stateful sessions + distributed events + failure isolation + “this thing should keep running for months”

You're going to want the thing built on the BEAM.

But it doesn't have neither AOT nor JIT.
elixir/erlang gets compiled into beam byte code. It's a vm. why does this matter..
LiveView is such a breath of fresh air, especially over the vibe coded NextJS rats nests that have become the norm (that need specialized hosting, are dog slow and require a ton of proprietary paid services bolted on like caching, background workers and even auth which Elixir and Phoenix provide out of the box).

https://elixirisallyouneed.dev