nodejs 파일 변경시 자동 재시작
프로그래밍/Node.js2016. 12. 21. 17:23
reload
https://github.com/jprichardson/reload
npm install -g supervisor
페이지내용, 서버 내용 변경되면 자동 리프레쉬되어짐
따라서 유저가 자막을 생성하면 노드가 변경되어짐
*이거 설치하면서 에로점은, socket관련.js 파일과 reload-client.js 를 같이 넘겨줘야 했다.
supervisor -e 'handlebars|js|png' node 파일명 .js
이렇게 시작해주면 됨
'프로그래밍 > Node.js' 카테고리의 다른 글
node js 간단하게 설치하는 방법 (2) | 2022.02.22 |
---|---|
node js 콜백 함수로 꺼지면서 다시 실행할 수 있는 코드 (0) | 2017.01.04 |
이미지에 글자 넣기 (0) | 2016.12.21 |
node 에서 python 실행하여 txt파일 내용 변경하기 (0) | 2016.11.03 |
node js python 스크립트 사용하기 python-shell (0) | 2016.04.07 |