guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Hot-reloading workflows via websockets #61

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

It should be possible to achieve hot-reloading when using chomp --serve by creating a websocket connection that publishes the watcher events, and then having a plugin for es-module-shims that supports in-browser hot-reloading of all module resources.

Makes for some good social media.