Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Production Applications with PM2
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Deploying to production is complex
- 3 PM2: Some figures
- 4 Installing PM2
- 5 Setup PM2 No setup required! But...
- 6 Launching a Node.js application
- 7 Launching any kind of application
- 8 Acting on processes
- 9 Cluster mode EPM2.
- 10 Most Node.js application...
- 11 Why using the cluster mode?
- 12 Starting an application cluster mode
- 13 Managing clustered applications Reload without downtime
- 14 Listing processes
- 15 Monitoring CPU & Mem
- 16 Inspecting logs
- 17 Organizing applications PM
- 18 Starting your micro service app...
- 19 Solution: JSON declaration
- 20 Using the JSON declaration Start
- 21 Extending the previous JSON
- 22 Deployment commands
- 23 What is a module?
- 24 Installing a module
- 25 Managing modules
- 26 Module #1: pm2-logrotate
- 27 Module #2: pm2-webshell
- 28 Write your own module!
- 29 Monitoring with Keymetrics