# laverdet/node-fibers

Fiber/coroutine support for v8 and node.

Repository: https://github.com/laverdet/node-fibers
Canonical: https://ross.abutalabs.com/products/node-fibers
Language: C++
License: MIT
License Family: permissive
Last push: 2024-04-30T21:59:57+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": 5702, "days_push": 855, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3544, forks 217 (observed 2026-08-28T04:08:09.353229+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency
- domain: developer-tools, backend
- platform: windows
- tags: fibers, coroutines, v8, native-addon, obsolete, async, nodejs, linux, macos

## Member repositories
- laverdet/node-fibers (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.353229+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-29T18:34:25.927211+00:00, confidence not recorded.
  - readme: https://github.com/laverdet/node-fibers (fetched 2026-08-28T04:08:09.353229+00:00, sha c1ed622cfc8a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
