Can I run NodeJS applications on my web space?

If you have created a website with a JavaScript framework such as Nuxt, Vue.js, Astro.js or similar that uses NodeJS/NPM, you can generally host it on a web space with us.

However, it is important to note that you cannot run NodeJS applications that require server-side rendering (SSR). NPM is only used as a package manager on our web spaces. Therefore, it is only possible to host static websites (SSG). You can generate the static files either on the web space via SSH or on your own PC and then upload them via FTP.

Article from the support category: General