I spent part of today learning about Django-Unicorn as an alternative to Phoenix LiveView. Sadly Unicorn doesn't support push events- they just abstract away the AJAX calls and re-rendering.
Django Reactor does support events, but then you have to use async all over the place, and even then the components don't get state pushed to them, they send a message to the client which then makes an AJAX request for a state update.
André Polykanine
in reply to Serge from Babka • • •