Skip to main content

Node.Js Dev Center

The platform provides an out-of-box integration of the fast, lightweight and highly scalable NodeJS application server. It is automatically supplied with numerous optimization and management tools to make the hosting process maximally convenient for developers. In this article, we’ll go through the main tools and features available on the platform to provide the required level of Node.js hosting.

Locale Dropdown

Use the table of content below to find required information within the guide quicker:

Node.js Environment Hosting

To run your Node.js application, you need to set up the appropriate environment using the powerful and intuitive Topology Wizard. Switch to the Node.js tab, select the required engine version for your application server and add any other software stack required. If needed, adjust other parameters, such as cloudlets and nodes count, Public IPv4 and IPv6, etc.

Locale Dropdown

Note

Each instance is a completely isolated container, fully independent and uninfluenced by other stacks. Additionally, scaled out nodes are automatically distributed across the physical servers (or VMs) ensuring high availability.

Node.js Versioning

Currently (at the time of this writing), the following Node.js versions are supported:

  • 14.21.3
  • 16.20.0
  • 18.18.0
  • 20.8.0
tip

The up-to-date list of the releases available on the platform is provided via the dedicated, regularly (weekly) updated Software Stack Versions document.

Locale Dropdown

You can select the required version of Node.js directly from the topology wizard during the creation of a new environment and adjust it for the existing one via container redeployment.

Node.js Application Deployment

The platform automates the deployment process for the managed NodeJS application servers using:

  • application archive uploaded from the local machine or via external URL
  • remote VCS repository (e.g. GitHub)

Locale Dropdown

tip

Usually, due to the ports auto-redirect algorithm, the deployed projects are instantly accessible without any additional manipulations. Herewith, for greater accuracy, you can manually exclude some of the services from the auto-redirect search by listing the appropriate ports via the REDIRECT_EXCLUDE_PORTS variable.

You can read the appropriate documents to learn more about the deployment of the Node.js applications:

Node.js Package Managers

For greater convenience, each NodeJS application server contains a built-in development tool called Package Manager, which provides standardization and automation of the installation, update, configuration, and removal processes.

The platform supports two types of package managers:

  • npm - manages your project requirements by installing the additional modules, packages, and ready-to-use applications
  • yarn - operates the same requirements as in npm (so no changes are required for the existing applications), while providing higher speed, reliability, and convenience

By default, the npm package manager is used for the NodeJS application servers, but, if necessary, it can be easily switched to yarn. For that, access the container variables frame and set the appropriate PACKAGE_MANAGER value (either npm or yarn).

Locale Dropdown

Node.js Process Managers

Process Managers provide the ability to control application lifecycle, monitor running services and maintain the project operability. The platform provides support of the following process managers for the NodeJS stack:

  • npm - provides the ability to start the application
  • pm2 - provides a huge variety of application management features, including the launched Node.js processes monitoring
  • forever - allows running your Node.js processes continuously and automatically restarting them upon failure
  • supervisor - monitors running applications for changes and automatically restarts required ones to keep them up-to-date

Users can choose the necessary process manager during container redeployment or by adjusting the PROCESS_MANAGER variable (using forever, npm, pm2, or supervisor as value, container restart is needed to apply new options).

Domains Management

Your Node.js application can be easily supplemented with the custom domain name to be used instead of the default one. There are two options based on your environment topology:

  • CNAME redirect if using Shared Load Balancer; is recommended for dev and test environments
  • DNS A Record if using Public IP; can handle high traffic load and is suitable for production environments

Also, you can quickly switch traffic between your environments (e.g. to redirect customers to the newer application version without downtime) by utilizing the swap domains functionality or with the help of the SwapExtIps API/CLI method.

Locale Dropdown

Automatic Vertical Scaling

The platform dynamically provides the exact amount of resources (RAM and CPU) required by your nodes according to the current load with no manual intervention required. As a result, you never overpay for unused resources and save your time as the platform eliminates the need to handle the load-related adjustments or architectural changes.

You just need to set the upper cloudlets limit (each one equals to 128 MiB of RAM and 400 MHz of CPU) for your NodeJS application server and everything else will be handled by platform automatically.

Locale Dropdown

Refer to the automatic vertical scaling documentation for more information.

Manual Horizontal Scaling

To scale out/in NodeJS application servers, you need to access the topology wizard and click the +/- buttons within the Horizontal Scaling section to set the required number of nodes. Also, starting with the 5.5 platform version, you can adjust the preferred scaling mode:

  • Stateless - simultaneously creates all new nodes from the base image template
  • Stateful - sequentially copies file system of the master container into the new nodes

Locale Dropdown

The maximum number of the same-type servers within a single environment layer depends on a particular hosting provider settings (usually this limit stands for 16 nodes and can be enlarged by sending the appropriate request to support).

Also, for the proper requests distribution, a load balancer instance is automatically added upon NodeJS server scaling. Refer to the horizontal scaling documentation for more details.

Automatic Horizontal Scaling

Access the environment Settings > Monitoring > Auto Horizontal Scaling section to set up special tunable triggers, which allow to increase or decrease the number of nodes due to the application load. Configure type of resource to be monitored (CPU, RAM, Network, Disk) and the exact condition of scaling.

Locale Dropdown

Learn more about automatic horizontal scaling in the linked document.

In addition, hosting at the platform allows using other inbuilt tools and features, for example:

  • Custom or Built-In SSL
  • Public IPv4 and IPv6
  • A wide range of managed software stacks
  • Container firewalls, endpoints, and environment isolation
  • User-friendly UI and direct SSH access for management
  • Open API and Cloud Scripting for automation
  • Pay-as-you-use pricing model
  • Collaboration functionality for teamwork
  • Multi-cloud distribution

As you can see, the platform provides all the necessary conditions for smooth Node.js hosting!