Overview
The following is an overview of NodeJS at DreamHost. See the Node.js category for a list of related articles.
FAQs
What is Node.js?
-
Node.js is a runtime environment that has become very popular among web developers. It uses JavaScript, traditionally a frontend programming language, on the server side.
What servers can Node.js be installed on?
-
Node.js apps can only be installed onto VPS and Dedicated Servers.
Can I install a custom version?
-
Yes. See this article for instructions on how to manually install a custom version under your website's username.
Is it possible to run Node.js on ports 80 or 443?
-
While it's not possible to assign your app to use ports 80 or 443, you can configure a Proxy Server in the DreamHost panel. This allows your app to use a non-privileged port in combination with your SSL certificate.
See also
DreamHost links
- Installing a custom version of NVM and NodeJS
- Installing Node.js packages
- Creating and editing a file via SSH
Third-party links