Fetch API has finally landed Node v18.0

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

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.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • undici

    An HTTP/1.1 client, written from scratch for Node.js

  • We implemented fetch API operation with Node without the need for any library imports. The thing to note that under the hood that the fetch implementation is done based on another HTTP client, undici, which is actually a HTTP client written specifically for Node.js. It is an HTTP 1.1 only client.

  • 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.

    SurveyJS logo
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

  • When LIMIT 9 works but LIMIT 10 hangs: A short debugging story

    2 projects | news.ycombinator.com | 31 May 2023
  • Is native fetch in v18 faster than dedicated libraries?

    2 projects | /r/node | 10 Mar 2023
  • Quickest/fastest http package

    1 project | /r/node | 11 Jan 2023
  • Are all fetch API's for Nodejs inefficient in terms of latency ? Cant go lower than 4ms on localhost

    2 projects | /r/node | 8 Nov 2022
  • I made an Express-like framework for IPC communication

    1 project | /r/node | 8 Nov 2022