# whatwg/streams

Streams Standard

Repository: https://github.com/whatwg/streams
Canonical: https://ross.abutalabs.com/products/streams
Homepage: https://streams.spec.whatwg.org/
Language: HTML
License: NOASSERTION
License Family: other
Topics: stream, streams-standard, javascript, whatwg, web-standards, standard
Last push: 2026-08-18T11:17:37+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 4691, "days_push": 15, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1413, forks 176 (observed 2026-08-28T04:04:39.473555+00:00)

## What it is
The WHATWG Streams Standard, a living web specification defining APIs for creating, composing, and consuming streams of data (readable, writable, and transform streams). The repository hosts the spec text, tests, and a JavaScript reference implementation.

## Use cases
- understand how ReadableStream and WritableStream work in the browser
- look up the spec behavior of stream backpressure and piping
- implement streams APIs in a JavaScript runtime
- contribute fixes or clarifications to the Streams Standard
- learn how fetch response bodies expose streams
- check normative requirements for transform streams

## When to choose
- you need the authoritative definition of web stream APIs
- you are implementing streams in a JS engine or runtime
- you want to contribute to or track the web streams spec

## When to avoid
- you want a ready-made library for stream processing rather than a specification
- you need Node.js-specific stream documentation
- you want tutorials rather than normative spec text

## Facets
- artifact type: learning-resource
- maturity: active
- function: documentation, developer-tools
- domain: web-development, apis, documentation
- platform: browser
- tags: web-standards, whatwg, streams, specification, living-standard, reference-implementation, web-server, nodejs

## Member repositories
- whatwg/streams (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.473555+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:18.180610+00:00, confidence not recorded.
  - readme: https://github.com/whatwg/streams (fetched 2026-08-28T04:04:39.473555+00:00, sha 580938bdbcef)
  - homepage: https://streams.spec.whatwg.org/ (fetched 2026-08-29T11:51:16.905792+00:00, sha 2e2fb3224e2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
