# spdy-http2/node-spdy

SPDY server on Node.js

Repository: https://github.com/spdy-http2/node-spdy
Canonical: https://ross.abutalabs.com/products/node-spdy
Language: JavaScript
License Family: other
Last push: 2022-02-28T23:54:25+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5626, "days_push": 1647, "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 2792, forks 193 (observed 2026-08-28T04:07:22.220239+00:00)

## What it is
A Node.js module for creating SPDY and HTTP/2 servers with a natural http-module-like interface, falling back to regular HTTPS for unsupported browsers. It also provides an HTTP/2-capable agent for client requests and is compatible with Express.

## Use cases
- serve http2 in node.js
- create spdy server with express
- fallback to https for old browsers
- make http2 client requests in node
- enable server push on node server

## When to choose
- you need SPDY or HTTP/2 support on legacy Node.js versions lacking native http2
- you want Express-compatible HTTP/2 with HTTPS fallback

## When to avoid
- you are on modern Node.js with built-in http2 module
- you need actively maintained software with a clear license

## Facets
- artifact type: library
- maturity: maintenance
- function: http-server, http-client, middleware
- domain: web-development, backend, networking, apis
- platform: -
- tags: spdy, http2, express-compatible, tls, server-push, nodejs, javascript

## Member repositories
- spdy-http2/node-spdy (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:22.220239+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-30T08:15:15.526959+00:00, confidence not recorded.
  - readme: https://github.com/spdy-http2/node-spdy (fetched 2026-08-28T04:07:22.220239+00:00, sha 53b3fc1bf521)
- Data as of 2026-08-30T08:39:29.467469+00:00.
