hode

0.0.3 • Public • Published

Hot reloading for Node.js modules

Hode - Hot reload 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

Package Sidebar

Install

npm i hode

Weekly Downloads

5

Version

0.0.3

License

MIT

Unpacked Size

7.96 kB

Total Files

14

Last publish

Collaborators

  • termosa