Node.js fetch() vs. Deno fetch(): Implementation details...

This page summarizes the projects mentioned and recommended in the original post on /r/Deno

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
  • proposal-common-minimum-api

  • My goal for one part of this project was to use the same fetch() code in a Node.js and Deno Native Messaging host, respectively, in the spirit of Minimum Common API

  • fetch

    Fetch Standard (by whatwg)

  • I've been testing full duplex streaming from and to the browser using fetch() in a Native Messaging host. (No browser currently support full duplex streaming even though HTTP/2 does, see Fetch body streams are not full duplex #1254).

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

    fetch() => ReadableStream => AudioWorklet

  • // Exits half way through reading response when --max-old-space-size=6 is set // Exits immediately when --jitless flag is set // // Usage: // // port.postMessage({ // url: 'https://github.com/guest271314/AudioWorkletStream/raw/master/house--64kbs-0-wav', // method: 'get', // body: null // })

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • // Node.js Native Messaging host constantly increases RSS during usage // https://github.com/nodejs/node/issues/43654 process.env.UV_THREADPOOL_SIZE = 1; // Process greater than 65535 length input // https://github.com/nodejs/node/issues/6456 // https://github.com/nodejs/node/issues/11568#issuecomment-282765300 process.stdout._handle.setBlocking(true);

  • txiki.js

    A tiny JavaScript runtime

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

    InfluxDB 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

  • JavaScript Standard Input/Output: Unspecified

    7 projects | /r/learnjavascript | 17 Nov 2023
  • Fetch coming to Node.js 18

    2 projects | /r/node | 29 Jan 2022
  • A beginner friendly intro to server sent events with node.js

    5 projects | /r/node | 9 Jan 2021
  • Day 2: Setting Up Angular Development Environment

    1 project | dev.to | 2 May 2024
  • Node package managers (npm, yarn, pnpm) - All you need to know

    3 projects | dev.to | 2 May 2024