fluture-js/Fluture
🦋 Fantasy Land compliant (monadic) alternative to Promises observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3832
- days_rel: n/a
- days_push: 863
- n_releases_24m: 0
Adoption not part of the score
2493 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fluture is a Fantasy Land compliant, monadic alternative to JavaScript Promises, representing asynchronous operations as lazy, composable Futures. It provides cancellation, resource management, stack-safe composition, and Sanctuary integration.
Use cases
- replace promises with lazy cancellable async computations
- compose asynchronous operations monadically in JavaScript
- manage async resources with safe acquisition and release
- avoid stack overflows in deep async recursion
- integrate async control flow with Sanctuary and Fantasy Land
When to choose
- you want lazy, cancellable async control flow instead of eager Promises
- you work in a functional programming style and need monadic composition
- you need stack-safe recursion and resource management for async I/O
When to avoid
- you just need simple promise-based async and don't want functional programming concepts
- your team is unfamiliar with monads and algebraic data types
- you need a widely maintained library with frequent updates
Facets
library · maturity stable
concurrency error-handling developer-tools web-development browser fantasy-land monad promise-alternative async cancellation functional-programming futures nodejs deno javascript
1 source
- readme: https://github.com/fluture-js/Fluture · fetched 2026-08-28 · b122ff5e1dd1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fluture-js/Fluture | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="fluture-js/Fluture")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem