# JacksonTian/eventproxy

An implementation of task/event based asynchronous pattern.

Repository: https://github.com/JacksonTian/eventproxy
Canonical: https://ross.abutalabs.com/products/eventproxy
Homepage: http://html5ify.com/eventproxy
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2017-09-08T03:52:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5588, "days_push": 3281, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2928, forks 435 (observed 2026-08-28T04:07:30.514849+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency, error-handling, developer-tools
- domain: developer-tools, web-development
- platform: browser, cross-platform
- tags: event-emitter, async-control-flow, callback-nesting, promise-alternative, frontend-backend, javascript, asynchronous-programming, nodejs

## Member repositories
- JacksonTian/eventproxy (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.514849+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:33:27.755769+00:00, confidence not recorded.
  - readme: https://github.com/JacksonTian/eventproxy (fetched 2026-08-28T04:07:30.514849+00:00, sha fc3c9087d370)
  - registry_npm: https://registry.npmjs.org/eventproxy (fetched 2026-08-29T09:48:58.449534+00:00, sha 301fd69e6a41)
- Data as of 2026-08-30T08:39:29.467469+00:00.
