strongloop.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [strongloop]
www.codever.land/bookmarks/t/strongloop
StrongLoop Process Manager
Strongloop comparison with pm2 and Forever
- tags: expressjs, pm2, strongloop, forever
Process managers for Express apps
https://expressjs.com/en/advanced/pm.html
When you run Express apps for production, it is helpful to use a process manager to achieve the following tasks:
- Restart the app automatically if it crashes.
- Gain insights into runtime performanc...
- tags: expressjs, pm2, strongloop, forever, systemd