Forever is a Node.js package that ensures a script continues to run. Do not use this tag for everlasting conditions, loops, animations, …
Forever is a command-line node.js package that ensures a script continues to run. It logs the console and can restart a script a specified number of times (it will not restart on continued errors).
Links