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

audreyt/node-webworker-threads

Lightweight Web Worker API implementation with native threads observed · 2026-08-28

github.com/audreyt/node-webworker-threads · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 5052
  • days_rel: n/a
  • days_push: 1814
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2278 stars · 145 forks observed · 2026-08-28

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

A Node.js native addon (C++) implementing the Web Worker API with real threads, letting CPU-bound tasks run in parallel across cores within a single Node process. It is based on Threads A GoGo and requires node-gyp to build.

Use cases

  • run cpu-bound fibonacci computations without blocking the node event loop
  • use the web worker api in node.js
  • parallelize javascript tasks across all cpu cores in one process
  • offload long-running javascript work to background threads

When to choose

  • you need thread-based (not process-based) parallelism with the Web Worker API in Node.js
  • your workload is pure JavaScript CPU-bound computation

When to avoid

  • you need to require native modules inside workers (use tiny-worker instead)
  • you are on modern Node.js with native worker_threads support
  • the project is unmaintained and targets Node 0.10-era APIs

Facets

library · maturity maintenance

concurrency developer-tools developer-tools backend performance cpp web-worker-api native-threads cpu-bound-tasks node-addon nodejs

1 source

Member repositories

RepositoryRoleHealth v2
audreyt/node-webworker-threadsmain32

For agents

markdown · JSON · MCP: product_card(name="audreyt/node-webworker-threads")

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