logoalt Hacker News

cpursleytoday at 7:06 AM3 repliesview on HN

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


Replies

AdamConwayIEtoday at 9:06 AM

I've been loving LiveView. Been using it for a project for a client recently and it's so... chill. I like it a lot.

Tinkeringztoday at 8:25 AM

What caching is provided out of the box for Phoenix framework?

show 2 replies
Traubenfuchstoday at 9:39 AM

> specialized hosting

What do you mean?

My private next.js fullstack slop runs dockerized on my kubernetes cluster and for auth I use auth0, because I am too lazy to run keycloak or whatever dockerized auth slop is currently en vogue.

show 1 reply