krisleech/wisper
A micro library providing Ruby objects with Publish-Subscribe capabilities observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 4905
- days_rel: n/a
- days_push: 748
- n_releases_24m: 0
Adoption not part of the score
3331 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Wisper is a micro library that adds Publish-Subscribe (pub/sub) capabilities to plain Ruby objects. Objects including the Wisper::Publisher module can broadcast events to subscribed listeners, synchronously or asynchronously, without depending on Rails.
Use cases
- decouple business logic from external concerns in Ruby applications
- replace ActiveRecord callbacks and observers in Rails apps
- broadcast domain events from service objects
- subscribe listeners to object events at runtime
- publish events asynchronously in Ruby
- build hexagonal architecture in Ruby
When to choose
- you want lightweight pub/sub in Ruby without a message broker dependency
- you need to decouple service objects from side effects like notifications
- you want an alternative to ActiveRecord callbacks and observers
- you need runtime, context-based subscription of listeners
When to avoid
- you need durable, cross-process event delivery or a real message queue
- you are starting a greenfield app and prefer its successor libraries like WisperNext or Ma
- you need event sourcing with persistence and replay
Facets
library · maturity stable
middleware message-queue developer-tools backend web-development developer-tools ruby publish-subscribe event-bus decoupling hexagonal-architecture activerecord-callbacks-alternative
1 source
- readme: https://github.com/krisleech/wisper · fetched 2026-08-28 · 6bee13f203c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| krisleech/wisper | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="krisleech/wisper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem