Node.js热更新

主要用于开发环境

npm install -g nodemon

用nodemon代替node命令

nodemon run server

fyn