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

js-csp/js-csp

CSP channels for Javascript (like Clojurescript's core.async, or Go) observed · 2026-08-28

github.com/js-csp/js-csp · JavaScript observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4599
  • days_rel: n/a
  • days_push: 1505
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2319 stars · 119 forks observed · 2026-08-28

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

js-csp is a JavaScript library implementing communicating sequential processes (CSP), providing Go-style channels and goroutines via generators. It is a close port of ClojureScript's core.async, using yield-based processes instead of macros.

Use cases

  • coordinate concurrent tasks with channels in JavaScript
  • write Go-style producer/consumer pipelines in Node.js
  • replace callback-based async code with CSP channels
  • port core.async or Go channel patterns to JavaScript
  • synchronize worker-like processes using put/take operations

When to choose

  • you want CSP channels in JavaScript similar to ClojureScript core.async or Go
  • you prefer generator-based async coordination over promises or callbacks
  • you need buffered/unbuffered channels, timeouts, and process spawning in JS

When to avoid

  • you need a actively maintained library with ongoing support
  • you are targeting modern async/await codebases where async iterators or RxJS fit better
  • you need multiplexing, pub/sub, or deadlock detection, which are underdeveloped

Facets

library · maturity maintenance

concurrency developer-tools programming-languages browser csp channels core-async generators go-style-concurrency nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
js-csp/js-cspmain23

For agents

markdown · JSON · MCP: product_card(name="js-csp/js-csp")

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