# lloyd/node-toobusy

Build Node.JS servers that don't fall over.

Repository: https://github.com/lloyd/node-toobusy
Canonical: https://ross.abutalabs.com/products/node-toobusy
Language: JavaScript
License Family: other
Last push: 2017-03-14T23:35:32+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": 5038, "days_push": 3459, "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 1297, forks 113 (observed 2026-08-28T04:04:16.999182+00:00)

## What it is
A Node.js library that monitors event loop lag and reports when the process is too busy to accept more work. It lets servers shed load early with a 503 response so they stay responsive under extreme traffic.

## Use cases
- keep a node server responsive under heavy load
- return 503 when the event loop is overloaded
- monitor event loop lag in node.js
- add load shedding middleware to express
- prevent a node process from falling over during traffic spikes

## When to choose
- you run a Node.js HTTP server that must degrade gracefully instead of timing out under overload
- you want a tiny, dependency-free way to detect event loop saturation

## When to avoid
- you need actively maintained software with recent releases and support
- you are not on Node.js or want load shedding handled by an external proxy or load balancer

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, monitoring, rate-limiting, http-server
- domain: backend, web-development, performance
- platform: -
- tags: event-loop-lag, load-shedding, overload-protection, express-middleware, nodejs, web-server

## Member repositories
- lloyd/node-toobusy (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:16.999182+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:53:53.962044+00:00, confidence not recorded.
  - readme: https://github.com/lloyd/node-toobusy (fetched 2026-08-28T04:04:16.999182+00:00, sha 5b7e860d6fe0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
