GitHub - Julien-R44/hot-hook: Simple HMR for NodeJS + ESM
Briefly

Hot Hook allows NodeJS developers to implement hot module replacement simply and efficiently, improving the development experience by reloading only changed files.
In traditional NodeJS development, tools like nodemon restart the server for changes. Hot Hook changes that by enabling specific module reloads for a faster development experience.
The design of Hot Hook prioritizes simplicity and efficiency. It avoids complex processes like AST parsing and focuses on lightweight reloading of changed modules.
You can initialize Hot Hook simply with the --import flag during application startup or by configuring it through your package.json for customized module boundaries.
Read at GitHub
[
]
[
|
]