top | item 25543091

(no title)

AhtiK | 5 years ago

Can you name a few of Phoenix LiveView clones/similar approaches in other languages that are actively developed and worth looking into?

discuss

order

sfusato|5 years 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.

rahimnathwani|5 years ago

Is the last sentence in your comment about developer experience, functionality, performance/scalability or something else?

tducasse|5 years ago

Hotwire, with Ruby on rails

digianarchist|5 years ago

I've got my eye on that. Hopefully it works with AnyCable.