nodejs:differences-dev-prod
This is an old revision of the document!
Differences between NodeJS development and production modes
| Development Mode | Production Mode | |
|---|---|---|
| App Trigger | The user triggers the app via SSH | The system triggers the app as per the config settings |
| App Stability | The 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
