Skip to content

termosa/hode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hot reloading for NodeJS modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published