Roadmap to becoming a developer in 2022
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.
 
 
 
 
 
Aarti Verma d0d58321be
Added content for Nodejs to keep app running prod along with blog links (#2338)
2 years ago
..
100-pm2.md feat: add information about pm2 package (#2176) 2 years ago
101-forever.md Added content to prisma.md and native-drivers.md (#2227) 2 years ago
102-nohup.md Added content to prisma.md and native-drivers.md (#2227) 2 years ago
readme.md Added content for Nodejs to keep app running prod along with blog links (#2338) 2 years ago

readme.md

Keep your app running in Production

PM2 lets you run your nodejs scripts forever. In the event that your application crashes, PM2 will also restart it for you.

Free Content Keep a node application constantly running