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

microsoft/napajs

Napa.js: a multi-threaded JavaScript runtime observed · 2026-08-28

github.com/microsoft/napajs · C++ · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived 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: 3333
  • days_rel: n/a
  • days_push: 1465
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

9174 stars · 329 forks observed · 2026-08-28

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

Napa.js is a multi-threaded JavaScript runtime built on V8 that executes JavaScript across multiple V8 isolates with APIs for object transport, sharing, and synchronization between threads. It is distributed as a Node.js module and can also be embedded in a host process without Node.js.

Use cases

  • run CPU-bound JavaScript tasks in parallel
  • offload heavy computation from the Node.js event loop
  • execute JavaScript across multiple V8 isolates
  • share and synchronize objects between JavaScript threads
  • embed a JavaScript runtime in a native host process

When to choose

  • your Node.js workload is bottlenecked by CPU-bound tasks
  • you need multi-threaded JavaScript with object sharing and synchronization
  • you want to embed a V8-based JS runtime without a Node.js dependency

When to avoid

  • your workload is I/O-bound and Node.js async suffices
  • you need a runtime under active development - the project has seen little recent activity
  • modern Node.js worker_threads meet your parallelism needs

Facets

library · maturity maintenance

concurrency interpreter developer-tools developer-tools performance backend cpp cross-platform windows multithreading v8 cpu-bound parallel-computing javascript-runtime worker-threads nodejs linux macos

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/napajsmain10

For agents

markdown · JSON · MCP: product_card(name="microsoft/napajs")

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