Hacker News new | ask | show | jobs
by AhtiK 2001 days ago
Can you name a few of Phoenix LiveView clones/similar approaches in other languages that are actively developed and worth looking into?
4 comments

Here's a Github repository listing Phoenix LiveView workalikes for different languages and frameworks: https://github.com/dbohdan/liveviews

ps: The BEAM is what makes LiveView so great, do not expect the same in the other environments.

Is the last sentence in your comment about developer experience, functionality, performance/scalability or something else?
Functionality, performance & scalability.
I hear LiveWire for Laravel is pretty decent, even if it's not quite the same. I quite liked this Elixir podcast episode where they interview the creator of LiveWire (and Alpine.js): https://thinkingelixir.com/podcast-episodes/020-liveview-v-l...
Hotwire, with Ruby on rails
I've got my eye on that. Hopefully it works with AnyCable.
https://laravel-livewire.com/ Implementation in PHP