-
Notifications
You must be signed in to change notification settings - Fork 106
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
New LiveReload Backend #194
Comments
Some progress this week — you can test like so: npm install mattdesl/budo#feature/livereload-rework -g |
More progress in the same branch.
There are various open questions like: how should the LiveReload client be bundled and served to the user? How many times should budo try to re-connect to the LiveReload server? Should we expose the LiveReload client ( You can see some experimental LiveReload extensions but I'm still not 100% sure that will make it into budo. |
BOOM done. mostly. |
Got this on my terminal when running canvas-sketch: can you give me a hint of how to solve it? NOTE: The bundled LiveReload client could not be found, so budo will |
I've been thinking about switching out
tiny-lr
for a more custom solution that uses uws in the server and plain oldWebSocket
on the client.This might allow for:
tiny-lr
has been a bit sketchy to depend on...)Downsides:
The text was updated successfully, but these errors were encountered: