socketry/async
An awesome asynchronous event-driven reactor for Ruby. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
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: 9
- age_days: 3436
- days_rel: 7
- days_push: 7
- n_releases_24m: 12
Adoption not part of the score
2459 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Async is a composable asynchronous event-driven I/O framework for Ruby built on the io-event gem. It provides lightweight fiber-based concurrency with a reactor/scheduler model, enabling thousands of concurrent clients per process without callbacks.
Use cases
- run concurrent HTTP requests in Ruby without threads
- build scalable event-driven network servers in Ruby
- perform non-blocking I/O for file uploads
- run thousands of concurrent tasks per process
- replace callback-based async code with fiber-based concurrency
- add parallelism with multi-thread/process containers
When to choose
- you need scalable concurrent I/O in Ruby with a clean synchronous-looking API
- your Ruby app is I/O-bound and would benefit from non-blocking operations
- you want fiber-based concurrency without callback complexity
When to avoid
- you need CPU-bound parallelism rather than I/O concurrency
- your project targets a language other than Ruby
- you need a full async web framework rather than an I/O foundation
Facets
library · maturity stable
concurrency http-server developer-tools developer-tools backend web-development performance ruby cross-platform event-driven fiber-based-concurrency reactor io non-blocking
1 source
- readme: https://github.com/socketry/async · fetched 2026-08-28 · e98450d4d4ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| socketry/async | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem