Exploring competitive features in Node.js v18 and v19

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    Experimental support for watch mode, which replaces a tool like nodemon

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

    As a solution, test runners such as Jest, Jasmine, and Mocha emerged, and have been the go-to tools for unit testing.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • node-fetch

    A light-weight module that brings the Fetch API to Node.js

    Before Node.js v18, you had to install node-fetch or Axios to request a resource from a server. With Node.js v18, you no longer need to install either package thanks to v18’s experimental Fetch API, which is available globally.

  • jest

    Delightful JavaScript Testing.

    As a solution, test runners such as Jest, Jasmine, and Mocha emerged, and have been the go-to tools for unit testing.

  • pkg

    Discontinued Package your Node.js project into an executable

    Another exciting feature is the ability to build a single-executable Node.js binary. Before Node.js v18, the only way to build a Node.js binary was to use a third-party package, like pkg.

  • jasmine

    Simple JavaScript testing framework for browsers and node.js

    As a solution, test runners such as Jest, Jasmine, and Mocha emerged, and have been the go-to tools for unit testing.

  • nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Let's verify this. Assuming you are using nvm, you can install Node.js ≤ v18 and temporarily switch to it:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • deno

    A modern runtime for JavaScript and TypeScript.

    Node.js has been a popular JavaScript runtime since its release in 2009. But the advent of two new runtimes, Deno and Bun, has brought a lot of hype for the new features they present in contrast to Node.

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    Node.js has been a popular JavaScript runtime since its release in 2009. But the advent of two new runtimes, Deno and Bun, has brought a lot of hype for the new features they present in contrast to Node.

  • axios

    Promise based HTTP client for the browser and node.js

    Before Node.js v18, you had to install node-fetch or Axios to request a resource from a server. With Node.js v18, you no longer need to install either package thanks to v18’s experimental Fetch API, which is available globally.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts