Concept Flow - PM2 for process management
Start Node.js app with PM2
PM2 launches app process
PM2 monitors process health
If process crashes
PM2 restarts process automatically
User can check status with PM2 commands
User can stop/restart/delete process
Exit
PM2 starts and monitors Node.js apps, restarts them if they crash, and lets users control processes with commands.