A backend-agnostic event distribution layer for Rails SSE: a single listener thread per process receives events from a pub/sub backend (Postgres LISTEN/NOTIFY, Redis Pub/Sub, etc.) and fans them out to per-connection bounded queues.
Required Ruby Version
>= 3.3
Authors
Keita Urashima