Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
nodejs [2024/04/05 04:35] – kirtisingh | nodejs [2024/07/26 07:15] (current) – kirtisingh |
---|
NodeJS | ===NodeJS=== |
| |
| N99panel supports NodeJS with multiple versions 10, 12, 14, 16, 18, 20, 22 along with npm accompanying the corresponding version. |
| |
| There are two modes under which NodeJS apps can run. Dev. (development) or Prod. (production mode). A typical lifecycle of a NodeJS app would be to first develop/test it in dev. move, and then when you are sure that it runs as per your expectation, then you can setup the prod. mode for your App. |
| |
| Checkout the links below for further details. |
| |
* [[:nodejs:cli-version|How to change the default version of node or NodeJS CLI for a user]]\\ | * [[:nodejs:cli-version|How to change the default version of node or NodeJS CLI for a user]]\\ |
* [[:nodejs:development-mode|How to run/work with development mode for NodeJS Apps]]\\ | * [[:nodejs:development-mode|How to run/work with development mode for NodeJS Apps]]\\ |
* [[:nodejs:production-mode|How to run/work with production mode for NodeJS Apps]]\\ | * [[:nodejs:production-mode|How to run/work with production mode for NodeJS Apps]]\\ |
* [[:nodejs:nextjs-example|How to run Next.js on N99panel]] | * [[:nodejs:differences-dev-prod|Differences between NodeJS development and production modes]]\\ |
| * [[:nodejs:nextjs-example|How to run Next.js on N99panel]]\\ |
| * [[:nodejs:static-assets|Using static assets like images, css, js files with NodeJS]]\\ |
| * [[:nodejs:mysql|Accessing MySQL server on your N99panel VPS via NodeJS]] |
| |
| |
| |