hode
v0.0.3
Published
Hot-reload for Node.js modules
Downloads
4
Maintainers
Readme
Hot reloading for Node.js modules
Usage
$ node --require hode index.js
or at the top of your entry file
require('hode/register')
Tasks
- Wrap modules in Proxy
- Return Proxy instead of a module
- Store modules in a cache
- Watch file updates and update cache
- Support
child_process
, see: CoffeeScript implementation