Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.44 KB

node.js.md

File metadata and controls

49 lines (35 loc) · 1.44 KB

Node.js

Node.js is an asynchronous, event-driven JavaScript runtime environment that is designed to build scalable, high-performance network applications.

{% hint style="warning" %} If you use Node.js, we strongly recommend that you monitor your site load here.

Node apps often require a lot of server resources, and exceeding the account load limits will cause your user account to be suspended for high server usage on our Johnny and Tommy servers. Accounts on our Morty server will not be suspended but will be charged for account load overages.
{% endhint %}

Node.js Versions Supported

Johnny server

  • Node.js 16
  • Node.js 18
  • Node.js 20
  • Node.js 21
  • Node.js 22
  • Node.js 23

Tommy server

  • Node.js 16
  • Node.js 18
  • Node.js 20
  • Node.js 21
  • Node.js 22
  • Node.js 23

Morty server

  • Node.js 16
  • Node.js 18
  • Node.js 20
  • Node.js 21
  • Node.js 22
  • Node.js 23

HelioHost Tutorials

Node.js

Build a simple Node.js web application.

Express

Learn how to use Express, a popular web application framework for Node.js

Next.js

Explore Next.js, a full-stack framework built on React for developing web applications with Node.js