Y
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
sfusato
2001 days ago
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.
link
rahimnathwani
2001 days ago
Is the last sentence in your comment about developer experience, functionality, performance/scalability or something else?
link
sfusato
1999 days ago
Functionality, performance & scalability.
link
mercer
2001 days ago
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...
link
tducasse
2001 days ago
Hotwire, with Ruby on rails
link
digianarchist
2001 days ago
I've got my eye on that. Hopefully it works with AnyCable.
link
cholmon
2001 days ago
https://laravel-livewire.com/
Implementation in PHP
link
ps: The BEAM is what makes LiveView so great, do not expect the same in the other environments.