Hacker News new | ask | show | jobs
by rc_mob 813 days ago
I'm a noob but it looks like this overlaps with nextjs a lot?
1 comments

LiveView and Elixir/Erlang have stateful processes on the server unlike pure stateless HTTP request/response. This fundamental difference is what makes LiveView unique. Next.js isn't passing messages over a websocket nor holding stateful processes on the server.