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

coopernurse/node-pool

Generic resource pooling for node.js observed · 2026-08-28

github.com/coopernurse/node-pool · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5815
  • days_rel: n/a
  • days_push: 908
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2406 stars · 258 forks observed · 2026-08-28

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

generic-pool is a Node.js library providing a generic, Promise-based resource pool for reusing or throttling expensive resources like database connections. Users define a factory with create/destroy functions and configure min/max pool sizes, then acquire and release resources through the pool.

Use cases

  • pool database connections in node.js
  • throttle usage of expensive resources
  • limit concurrent connections to a service
  • reuse tcp or socket clients across requests
  • manage a fixed set of worker resources with promises

When to choose

  • you need a generic Promise-based pool for any resource type in Node.js
  • your database driver has no built-in connection pooling
  • you want to cap concurrent access to a costly external resource

When to avoid

  • your database driver already includes its own connection pool
  • you need pooling in a non-Node.js environment
  • you need actively developed software with a maintained license

Facets

library · maturity maintenance

concurrency caching database-driver developer-tools backend databases resource-pooling promise-based connection-pool throttling nodejs

1 source

Member repositories

RepositoryRoleHealth v2
coopernurse/node-poolmain23

For agents

markdown · JSON · MCP: product_card(name="coopernurse/node-pool")

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