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
322025d374
|
3 years ago | |
---|---|---|
static | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
index.js | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 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