nodejs 배포를 위한 PM2 설치 해보고 기본적인 기능을 알아보도록하자. 1. PM2 설치 npm install -g pm2@latest 2. 이제 열심히 nodejs 개발해보자. 머든지... 3. 개발한 nodejs의 서비스를 PM2로 시작해보자. pm2 start app.js nadahacker@nadahacker:~/work/hogalabServer$ pm2 start app.js [PM2] Starting /home/nadahacker/work/hogalabServer/app.js in fork_mode (1 instance) [PM2] Done. ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ ..