Node.js is a Javascript runtime built with fast deployments in mind. Both the client and server-side of the application are Javascript. It provides an asynchronous approach to serving up content, providing for extremely responsive applications. Node.js is cross-platform and installable on Linux, macOS, and Windows. This tutorial covers the installation of Node.js on a Windows Server.
Continue reading “How to Install Node.js on a Windows Server”Tag: Node Version Manager
How to Install Node.js via NVM on Ubuntu 18.04
What is Node.js?

Node.js is an open-source javascript runtime environment. It is memory efficient and is intentionally asynchronous. It is deployable on multiple platforms, including Windows, Mac OS X, and Linux, and is suited for rapid development. It’s event-driven architecture make it highly scalable and useful for intensive data-driven applications.
Continue reading “How to Install Node.js via NVM on Ubuntu 18.04”How to Install NVM for Node.js on CentOS 8
Node Version Manager, also known as NVM is used to control and manage multiple active versions of Node.js in one system. It is a command line utility and a bash script that allows programmers to shift between different versions of Node.js. They will be able to install any version using a single command and setting defaults using the command line utility.
Continue reading “How to Install NVM for Node.js on CentOS 8”How to Install Node Version Manager on Ubuntu 16.04
The Node Version Manager (NVM) is a command-line utility used to manage and switch between multiple active versions of Node.js on a single system. Whether you’re an admin or a developer, being able to change the javascript runtime environment on your system simplifies testing applications across different versions.
Continue reading “How to Install Node Version Manager on Ubuntu 16.04”How to Configure and Deploy CloudLinux’s Node.js Selector
Why Node.js for CloudLinux?
In the last few years, the stability and ease of use of Node.js has lead to heavy adoption in application development. However, deploying and configuring a Node.js application to work with cPanel presents a number of hurdles. CloudLinux’s recently released Node.js Selector is a great solution that includes a graphical interface to make deployment go more smoothly. To use this utility, you will need to have CloudLinux installed along with the LVE Manager plugin. In this configuration, your Node.js application will also benefit from the resource usage monitoring that comes with the CloudLinux LVE Manager. Continue reading “How to Configure and Deploy CloudLinux’s Node.js Selector”
How to Install Node.js via NVM on Fedora 21
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single Fedora 21 node.
- I’ll be working from a Liquid Web Self Managed Fedora 21 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on Fedora 21
How to Install Node.js via NVM on Fedora 20
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single Fedora 20 node.
- I’ll be working from a Liquid Web Self Managed Fedora 20 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on Fedora 20
How to Install Node.js via NVM on CentOS 7
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single CentOS 7 node.
- I’ll be working from a Liquid Web Core Managed CentOS 7 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on CentOS 7
How to Install NVM for Node.js on Fedora 21
- These instructions are intended specifically for installing NVM (Node Version Manager) on a single Fedora 21 node.
- I’ll be working from a Liquid Web Self Managed Fedora 21 server, and I’ll be logged in as root.
How to Install NVM for Node.js on Fedora 20
- These instructions are intended specifically for installing NVM (Node Version Manager) on a single Fedora 20 node.
- I’ll be working from a Liquid Web Self Managed Fedora 20 server, and I’ll be logged in as root.