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.
 
 
masoud a5f1e4606e updating packages 4 years ago
static init commit 4 years ago
.gitignore git ignore node_modules 4 years ago
README.md some change in README.md 4 years ago
index.js updating packages 4 years ago
package-lock.json updating packages 4 years ago
package.json updating packages 4 years ago

README.md

Use case

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

use pm2

install

sudo npm install pm2@latest -g

start

pm2 start index.js

monitor

pm2 monit

document

pm2 quick start