PM2 (software)

From Wikipedia, the free encyclopedia
pm2
Original author(s)Alexandre Strzelewicz
Initial release27 June 2013; 10 years ago (2013-06-27)[1]
Stable release
5.3.1 / 20 January 2024; 2 months ago (2024-01-20)[2]
Repository
Written inJavaScript
PlatformLinux/Unix/Windows
LicenceAGPLv3
Websitegithub.com/Unitech/pm2

PM2 is a process manager for the JavaScript runtime Node.js. In 2016, PM2 was ranked as the 82nd most popular JavaScript project on GitHub.

Overview[edit]

PM2 or Process Manager 2, is an Open Source, production ready Node.js process manager. Some key features of PM2 are automatic application load balancing, declarative application configuration, deployment system and monitoring.

Started in 2013 by Alexandre Strzelewicz. The code source is hosted on GitHub and installable via npm.

References[edit]

  1. ^ Earliest known release
  2. ^ "v5.3.1 (2024-01-20): Release 5.3.1 · Unitech/pm2". GitHub. 2024-01-20. Retrieved 2024-02-19.

Further reading[edit]

External links[edit]