You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
mahdihty 158e9ccd78 Update 'README.md' 4 years ago
static init commit 4 years ago
.gitignore git ignore node_modules 4 years ago
README.md Update 'README.md' 4 years ago
index.js change listen port to 3030 4 years ago
package-lock.json init commit 4 years ago
package.json init commit 4 years ago

README.md

Use case

cd to main project directory
run: node index.js // output: [listening on *:3030]

use pm2

install

sudo npm install pm2@latest -g

start

pm2 start index.js

monitor

pm2 monit

document

pm2 quick start