node-fetch/node-fetch
A light-weight module that brings the Fetch API to Node.js observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 82
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4237
- days_rel: n/a
- days_push: 113
- n_releases_24m: 0
Adoption not part of the score
8856 stars · 1058 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A light-weight module that brings the WHATWG Fetch API to Node.js, providing a spec-compliant fetch() with promise-based requests and stream support. It is the widely-used polyfill for fetch in Node.js versions before native fetch was available.
Use cases
- make http requests in node.js with fetch api
- polyfill fetch for older node versions
- download from an api in node
- post form data or to a web service
- stream response bodies in node.js
- cancel http requests with abortsignal
When to choose
- you're on Node.js < 18 without native fetch
- you want a spec-compliant, lightweight fetch client
- you need stream-based response handling with the fetch API
When to avoid
- you're on Node.js 18+ where fetch is built in
- you need advanced features like interceptors or automatic retries
- you're writing browser code where fetch already exists
Facets
library · maturity stable
http-client web-development developer-tools apis fetch-api whatwg-fetch promise-based spec-compliant streams nodejs javascript
1 source
- readme: https://github.com/node-fetch/node-fetch · fetched 2026-08-28 · 0abd3f757bf6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| node-fetch/node-fetch | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="node-fetch/node-fetch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem