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

laverdet/node-fibers

Fiber/coroutine support for v8 and node. observed · 2026-08-28

github.com/laverdet/node-fibers · C++ · MIT (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: 5702
  • days_rel: n/a
  • days_push: 855
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3544 stars · 217 forks observed · 2026-08-28

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

A native Node.js C++ addon providing fiber/coroutine support for V8, allowing jumping between multiple call stacks within a single thread. The author now recommends avoiding it in favor of async/await, Promises, and Generators.

Use cases

  • run synchronous code in an async node environment
  • coroutine support for nodejs
  • make sync library play nicely with async code
  • fibers for v8
  • legacy nodejs coroutine library

When to choose

  • maintaining legacy code that already depends on fibers
  • running on old Node.js versions before v16

When to avoid

  • starting any new project
  • using Node.js v16 or later (incompatible)
  • modern async workflows - use async/await instead

Facets

library · maturity maintenance

concurrency developer-tools backend windows fibers coroutines v8 native-addon obsolete async nodejs linux macos

1 source

Member repositories

RepositoryRoleHealth v2
laverdet/node-fibersmain32

For agents

markdown · JSON · MCP: product_card(name="laverdet/node-fibers")

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