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

JacksonTian/eventproxy

An implementation of task/event based asynchronous pattern. observed · 2026-08-28

github.com/JacksonTian/eventproxy · homepage · JavaScript · NOASSERTION (other) 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: 5588
  • days_rel: n/a
  • days_push: 3281
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2928 stars · 435 forks observed · 2026-08-28

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

EventProxy is a lightweight JavaScript library implementing a task/event-based asynchronous pattern to coordinate multiple async operations. It decouples complex business logic via events, eliminating deep callback nesting and turning serial waits into parallel waits.

Use cases

  • avoid deep nested callbacks in node.js
  • wait for multiple async requests in parallel
  • coordinate several ajax calls before rendering
  • event-based async flow control in javascript
  • simplify error handling across async tasks
  • replace callback hell in browser and node

When to choose

  • you maintain a legacy callback-style codebase without promises
  • you need a tiny dependency-free async coordination tool for browser and node
  • you prefer event-driven decoupling of multi-step async logic

When to avoid

  • you're starting a new project - use native Promises or async/await instead
  • you need advanced async control flow like cancellation or streams
  • you want an actively developed library with recent releases

Facets

library · maturity maintenance

concurrency error-handling developer-tools developer-tools web-development browser cross-platform event-emitter async-control-flow callback-nesting promise-alternative frontend-backend javascript asynchronous-programming nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
JacksonTian/eventproxymain23

For agents

markdown · JSON · MCP: product_card(name="JacksonTian/eventproxy")

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