Node.js监控工具:nodemon

jopen 10年前

Nodemon 是一款非常实用的工具,用来监控你 node.js 源代码的任何变化和自动重启你的服务器。 Nodemon 是一款完美的开发工具,可以使用 npm 安装。
Node.js监控工具:nodemon

特性:

  • Automatic restarting of application.
  • Detects default file extension to monitor.
  • Default support for node & coffeescript, but easy to run any executable (such as python, make, etc).
  • Ignoring specific files or directories.
  • Watch specific directories.
  • Works with server applications or one time run utilities and REPLs.
  • Requirable in node apps.

项目主页:http://www.open-open.com/lib/view/home/1390484622476