http-watcher icon indicating copy to clipboard operation
http-watcher copied to clipboard

A Web Server for Web developers: automatically reload browsers when file changed, help developer focus on coding.

Results 5 http-watcher issues
Sort by recently updated
recently updated
newest added

After fixed. Browser will auto reload html file when content changes.

- automatically add the js reload hook to served text/html content - automatically open browser on start, use -open false, to not open on start - compute server URL with...

Use websockets by default if supported by browser, otherwise use polling method

Thanks for the utility. I see that long polling is used for the client connection which is probably ok for this case, but websockets would be a better solution here.