Skip to content

Running a program forever

Created: 2021-01-17 20:40:54 -0800 Modified: 2021-01-17 20:42:00 -0800

(just a quick note on this)

Use PM2 or forever, not nodemon since it’s only intended for development and it’ll only restart on errors if there’s a change to the underlying files (reference).