PM2 integration for NodeJS

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.

It can be a very good feature for production. There is also load balancing internally. And/or do you think of a different plugin?

1 Like

Did you see this post from @George?

@MH2ag
ohh sorry I didnt see it before …

nodemoon is useful in the development phase yes but i don’t think it is as useful as pm2. In addition, pm2 and restart task can be done in the same way. the difference is too much you can see the link below. Hopefully @George will think again when wappler still in beta.

https://npmcompare.com/compare/forever,nodemon,pm2,strong-pm

or what did @George think differently? does he have a different opinion?

Hello guys, is using PM2 for nodejs in production recommended? If so, could you guide me on how to install it for Wappler?

Were you able to achieve this? I'm having trouble