callbag/callbag
👜 A standard for JS callbacks that enables lightweight observables and iterables 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: 3148
- days_rel: n/a
- days_push: 1283
- n_releases_24m: 0
Adoption not part of the score
1575 stars · 39 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Callbag is a lightweight specification/standard for JavaScript callbacks that enables minimal-overhead observables, iterables, and async iterables. It is intentionally not a library but a protocol definition (source/sink handshake, data delivery, and termination semantics) on which modular reactive utility packages can be built.
Use cases
- implement lightweight observables in javascript
- standard for reactive streams with minimal memory allocations
- build modular stream operators as separate npm packages
- unify observables and async iterables under one callback protocol
- create custom reactive data sources and sinks
- learn how callback-based stream protocols work
When to choose
- you want a tiny, dependency-free reactive streams standard with minimal overhead
- you need interoperability across callbag-based operator packages like callbag-basics
- you prefer composing your own reactive toolkit from small modular pieces
- you want one protocol covering observables, iterables, and async iterables
When to avoid
- you need a batteries-included reactive library with rich operators out of the box
- you want extensive documentation, types, and community support like RxJS provides
- your team prefers established standards such as TC39 observable proposals or WHATWG streams
- you need guaranteed long-term maintenance, as the spec sees infrequent updates
Facets
library · maturity stable
streaming concurrency developer-tools web-development developer-tools frontend backend browser cross-platform reactive-programming observables iterables async-iterables protocol-specification callback-standard functional-reactive nodejs
2 sources
- readme: https://github.com/callbag/callbag · fetched 2026-08-28 · 3ee830c0faed
- registry_npm: https://registry.npmjs.org/callbag · fetched 2026-08-29 · a7028b4f46a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| callbag/callbag | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem