Can I run NodeJS applications on my webhosting?
You can host NodeJS-based static sites on our webhosting, but SSR apps or servers listening on ports aren't supported.
If you have created a website with a JavaScript framework such as Nuxt 3, Vue.js, Astro.js, Next, React or similar that uses NodeJS/NPM, you can generally host it on a webhosting plan with us.
It is, however, important to note that you cannot run NodeJS applications that require server‑side rendering or that listen on ports (SSR).
NPM is only used as a package manager on our webhosting plans. Therefore it is only possible to host static websites (SSG). You can generate the static files either on the webhosting via SSH or on your own PC and then upload them via FTP.
Article from the support category: General