Ross ROSS = Recommend OSS · open-source software intelligence for agents

matthew-andrews/isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify observed · 2026-08-28

github.com/matthew-andrews/isomorphic-fetch · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 4317
  • days_rel: n/a
  • days_push: 797
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6907 stars · 279 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A JavaScript library that provides the WHATWG Fetch API as a global polyfill, working consistently in both Node.js and browsers (via Browserify/webpack). It is built on top of GitHub's fetch polyfill so the same fetch code runs client and server side.

Use cases

  • make HTTP requests with fetch in both Node and the browser
  • use the same fetch code in isomorphic/universal JavaScript apps
  • polyfill fetch in older browsers
  • fetch JSON from an API in a server-rendered app
  • avoid branching between node-fetch and browser fetch

When to choose

  • you need one fetch implementation shared between client and server code
  • you're maintaining an older isomorphic codebase already using it
  • you want a drop-in global fetch polyfill for Node and Browserify bundles

When to avoid

  • you don't want a library that mutates the global fetch (use fetch-ponyfill or cross-fetch instead)
  • you only target modern browsers or Node 18+ with native fetch
  • you need a maintained, actively developed solution

Facets

library · maturity maintenance

http-client web-development apis developer-tools browser cross-platform fetch-polyfill isomorphic universal-javascript browserify nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
matthew-andrews/isomorphic-fetchmain23

For agents

markdown · JSON · MCP: product_card(name="matthew-andrews/isomorphic-fetch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem