User Tools

Site Tools


nodejs:differences-dev-prod

This is an old revision of the document!


Differences between NodeJS development and production modes

Development Mode Production Mode
App TriggerThe user triggers the app via SSHThe system triggers the app as per the config settings
App StabilityThe app will only run for as long SSH session or the process is running (if placed in background using &). Still the process is unpredictable.

System or SSHD restart will stop the app
It is highly stable.

Even after system restart the App would also start
Environment Variable
nodejs/differences-dev-prod.1712460363.txt.gz · Last modified: 2024/04/07 03:26 by kirtisingh

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki