kirillplatonov / hotwire-livereload

Live reload gem for Hotwire Rails apps.
MIT License
467 stars 27 forks source link

Support reload over SSE instead of websockets #65

Open ryancbahan opened 1 week ago

ryancbahan commented 1 week ago

There are a number of Rails projects that don't use ActionCable, but would benefit from this gem. I'm interested in supporting live reload via ActionController::Live and server-side events to establish a connection over http for live reload.

I'd be happy to take a crack at this if there's interest/alignment.

kirillplatonov commented 1 week ago

I'm open to it. It would be great to have more universal alternative to ActionCable!