Tag: autorestart
-
Autorestart nodejs app with supervisor on error and changes
This howto will show how to restart automatically a nodejs app on crash or on file changes using supervisor and nodemon. Autorestart on changes To install nodemon to autorestart app when you change app files: To test it’s working, use nodemon like node, passing all parameters you would pass to node: Autorestart on errors To […]