# millermedeiros/js-signals

Custom Event/Messaging system for JavaScript inspired by AS3-Signals

Repository: https://github.com/millermedeiros/js-signals
Canonical: https://ross.abutalabs.com/products/js-signals
Homepage: http://millermedeiros.github.com/js-signals/
Language: JavaScript
License Family: other
Last push: 2021-08-08T01:06:58+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5761, "days_push": 1852, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1967, forks 176 (observed 2026-08-28T04:05:59.943284+00:00)

## What it is
JS-Signals is a custom event/messaging system for JavaScript inspired by AS3-Signals, providing a Signal-based alternative to traditional DOM/custom event dispatching. It works in browsers, AMD, CommonJS, and Node.js environments.

## Use cases
- decouple components with custom events in JavaScript
- implement pub/sub messaging between modules
- replace DOM event listeners with signal-based dispatching
- run actions after multiple signals fire
- use a signals pattern in Node.js or the browser

## When to choose
- you want an AS3-Signals-style event system in JavaScript
- you need a lightweight, environment-agnostic pub/sub library
- you prefer typed signal objects over string-based event names

## When to avoid
- you need a modern, actively maintained event library
- you want native EventTarget or a framework's built-in event system
- you need features beyond basic signal dispatching

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, developer-tools
- domain: frontend, web-development
- platform: browser, cross-platform
- tags: events, signals, pubsub, messaging, observer-pattern, as3-signals, javascript, event-driven, nodejs

## Member repositories
- millermedeiros/js-signals (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.943284+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-30T03:05:13.997831+00:00, confidence not recorded.
  - readme: https://github.com/millermedeiros/js-signals (fetched 2026-08-28T04:05:59.943284+00:00, sha 34702a75ee91)
- Data as of 2026-08-30T08:39:29.467469+00:00.
