Skip to content

Node.js#

Overview#

The Node.js platform supports various project types using the Node.js runtime. It allows the creation of web applications, APIs, command-line tools, desktop applications using Electron, and libraries.

Supported Project Types#

  • webapp
  • api
  • cli
  • desktop
  • library

Supported Languages#

Platform Versions#

  • Node.js 8.x
  • Node.js 10.x
  • Node.js 12.x
  • Node.js 14.x
  • Node.js 16.x
  • Node.js 18.x
  • Node.js 20.x

Runtime Versions#

  • Node.js 8.x
  • Node.js 10.x
  • Node.js 12.x
  • Node.js 14.x
  • Node.js 16.x
  • Node.js 18.x
  • Node.js 20.x

Package Manager#

  • The Node.js platform supports external packages through the npm package manager. Support for additional package managers like yarn and pnpm will be available in the future.

This guide provides an overview of the Node.js platform's capabilities, including supported project types, languages, platform and runtime versions, and external package management through npm. Future updates will include support for additional package managers.