Difference between revisions of "PM2"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} {{Node.js}}")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lc}}
+
[[wikipedia:PM2 (software)]] (2013) is a [[process manager]] for the [[JavaScript]] runtime [[Node.js]].
 +
* http://pm2.io/
  
 +
* https://pm2.keymetrics.io/
  
{{Node.js}}
+
 
 +
[[npm install]] pm2 -g
 +
 
 +
[[pm2 --help]]
 +
[[pm2 list]]
 +
pm2 start app.js
 +
[[pm2 monitor]]
 +
[[pm2 startup]]
 +
[[pm2 dashboards]]
 +
 
 +
== Related ==
 +
* [[Node-config]]
 +
* [[Axon]]
 +
 
 +
== See also ==
 +
* {{pm2}}
 +
* {{Node.js}}
 +
 
 +
[[Category:Node.js]]

Latest revision as of 06:54, 20 June 2023

Advertising: