Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support for LiveReload Protocol? #78

Open
ryanerwin opened this issue Aug 28, 2020 · 0 comments
Open

Feature Request: Support for LiveReload Protocol? #78

ryanerwin opened this issue Aug 28, 2020 · 0 comments

Comments

@ryanerwin
Copy link

Would be cool to implement in browser live reloading whenever reflex detects an update... The LiveReload protocol has already got a lot of nuances of browser reloading figured out and has been around for a long time. Here are some GoLang implementations.

Basic GoLang implementation of live-reload that exists:

https://github.com/omeid/go-livereload

For a server only version, there's:

https://github.com/jaschaephraim/lrserver

And Hugo (golang static site generator) has an implementation:

https://github.com/gohugoio/hugo/tree/master/livereload

There are live reload browser extensions for Firefox, Chrome

Reflex is so much faster than similar tools that I've tried... Would be amazing if it also supported this websocket based LiveReload... Almost like magic - bypassing the need to integrate LiveReload directly into applications!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant