node-hotload
node-hotload copied to clipboard
Hot load (hot require) for NodeJS. It's like JRebel but for NodeJS.
Excuse me, but does not work if adding an object at firt time var lib = hotload("./lib.js").key; And then in the code further: console.log(lib); ??? I d like to test...
I have a module that exports an object. I have that module `hotload`ed in and the process loops over the object. Then I make some changes to the object. I'd...
Specifically, if `require.main` is not defined, the variable `mainDir` will be set to `process.cwd()`. This will prevent a fatal error, and instead allow a basic level of REPL support. There...
Hot reloading is very useful in game server development. As I am developing a game server right now, I'm using node-hotload. And just replace all `hotload` to `require` on production....
We need to add reloading prototypes functionality. Discussion in #2.
Add the ability to pass arguments to `hlInit` function.