Description
JavaScript scripts can be kept running continuously with automatic process management from a command-line tool. It is useful for developers or administrators running simple Node services without a larger supervisor setup.
Long-running scripts can consume resources, expose ports, or keep failing in loops. Review logs and process configuration before leaving them unattended.