0.0.3 • Published 6 years ago

hode v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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