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

othiym23/node-continuation-local-storage

implementation of https://github.com/joyent/node/issues/5243 observed · 2026-08-28

github.com/othiym23/node-continuation-local-storage · JavaScript · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4874
  • days_rel: n/a
  • days_push: 1366
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1135 stars · 206 forks observed · 2026-08-28

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

A Node.js library implementing continuation-local storage, providing thread-local-like storage scoped to chains of Node-style async callbacks. It lets you set and get values that persist across asynchronous call chains via namespaces.

Use cases

  • propagate request context across async callbacks in node
  • store per-request data without passing it through every function
  • implement thread-local storage equivalent in node.js
  • attach user session data to async call chains
  • share trace context across callbacks for logging

When to choose

  • maintaining legacy Node.js codebases using callback-style async
  • needing context propagation on old Node versions without AsyncLocalStorage

When to avoid

  • modern Node.js projects, which should use the built-in AsyncLocalStorage API
  • codebases using async/await and promises exclusively

Facets

library · maturity maintenance

concurrency middleware developer-tools developer-tools backend web-development context-propagation async-hooks thread-local-storage request-context continuation-passing-style nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
othiym23/node-continuation-local-storagemain32

For agents

markdown · JSON · MCP: product_card(name="othiym23/node-continuation-local-storage")

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