Node.js Features: Difference between revisions
Add Node.js page to Features section |
m Update server listings to preferred order |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Node.js = | == Node.js == | ||
Node.js is an asynchronous, event-driven JavaScript runtime environment that is designed to build scalable, high-performance network applications. | Node.js is an asynchronous, event-driven JavaScript runtime environment that is designed to build scalable, high-performance network applications. | ||
Line 5: | Line 5: | ||
{{Caution|If you use Node.js, we strongly recommend that you [https://heliohost.org/dashboard/load/ monitor your site load here]. | {{Caution|If you use Node.js, we strongly recommend that you [https://heliohost.org/dashboard/load/ 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 [[:Suspension_Policy#High_Server_Usage|suspended for high server usage]] on [[: | Node apps often require a lot of server resources, and exceeding the account load limits will cause your user account to be [[:Suspension_Policy#High_Server_Usage|suspended for high server usage]] on our [[:Tommy|Tommy]] and [[:Johnny|Johnny]] servers. Accounts on our [[:Morty|Morty]] server will not be suspended but will be charged for account load overages.}} | ||
}} | |||
= Node.js Versions Supported = | == Node.js Versions Supported == | ||
= | == Morty server == | ||
* Node.js 16 | * Node.js 16 | ||
* Node.js 18 | * Node.js 18 | ||
Line 18: | Line 17: | ||
* Node.js 23 | * Node.js 23 | ||
= Tommy server = | == Tommy server == | ||
* Node.js 16 | * Node.js 16 | ||
* Node.js 18 | * Node.js 18 | ||
Line 26: | Line 25: | ||
* Node.js 23 | * Node.js 23 | ||
= | == Johnny server == | ||
* Node.js 16 | * Node.js 16 | ||
* Node.js 18 | * Node.js 18 | ||
Line 34: | Line 33: | ||
* Node.js 23 | * Node.js 23 | ||
= HelioHost Tutorials = | == HelioHost Tutorials == | ||
= Node.js = | == Node.js == | ||
Build a simple [[:Node.js|Node.js]] web application. | Build a simple [[:Node.js|Node.js]] web application. | ||
= Express = | == Express == | ||
Learn how to use [[:Express|Express]], a popular web application framework for Node.js | Learn how to use [[:Express|Express]], a popular web application framework for Node.js | ||
= Next.js = | == Next.js == | ||
Explore [[Next.js|Next.js]], a full-stack framework built on React for developing web applications with Node.js | Explore [[Next.js|Next.js]], a full-stack framework built on React for developing web applications with Node.js |
Latest revision as of 18:37, 17 January 2025
Node.js
Node.js is an asynchronous, event-driven JavaScript runtime environment that is designed to build scalable, high-performance network applications.
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 Tommy and Johnny servers. Accounts on our Morty server will not be suspended but will be charged for account load overages.
Node.js Versions Supported
Morty 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
Johnny 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
This page was last edited on 17 January 2025, at 18:37.