学好node开发

常用工具

版本控制

  • nvm: Simple bash script to manage multiple active node.js versions
  • window nvm

命令监控

  • forever
  • hotnode
  • pm2
  • nodemon: Monitor for any changes in your node.js application and automatically restart the server - perfect for development