The desired workflow: the developer saves resource file, the server detects changes, sends WebSocket message to the browser, the browser reloads the page (entirely, or just styles).
Maybe it's possible to implement using Connect module. The probable reference implementation of LiveReload on Node.js: https://github.com/napcs/node-livereload.
The desired workflow: the developer saves resource file, the server detects changes, sends WebSocket message to the browser, the browser reloads the page (entirely, or just styles).
Maybe it's possible to implement using Connect module. The probable reference implementation of LiveReload on Node.js: https://github.com/napcs/node-livereload.