[Node.js]서버 실행 모듈 - supervisor
■ supervisor파일의 변경을 자동으로 인식하고 종료후에 실행 - 사이트https://github.com/isaacs/node-supervisor - npm을 통한 설치// 일반npm install supervisor // 전역npm install -g supervisor - 설명Node Supervisor is used to restart programs when they crash.It can also be used to restart programs when a *.js file changes. Usage: supervisor [options] supervisor [options] -- [args ...] Required: The program to run. Options: -w|--watch..
WEB & Mobile
2015. 5. 8. 14:36