Skip to content

AbnerGC/nodejs-hot-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-hot-update

npm install node-hot-update

Example

1. Setting

require 'node-hot-update' on the project start, just need require once only.
Note that for now I use watchFile function of fs lib for watch file change.

2. Usage

require('node-hot-update');

Use Example

const lib = _require('path');

About

Hot update for Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published