eventmachine/eventmachine
EventMachine: fast, simple event-processing library for Ruby programs observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 94
- Release rhythm 8
- Longevity 100
Flags: 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: 6590
- days_rel: n/a
- days_push: 40
- n_releases_24m: 0
Adoption not part of the score
4277 stars · 633 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
EventMachine is an event-driven I/O and lightweight concurrency library for Ruby based on the Reactor pattern. It enables building highly scalable network servers, asynchronous clients, and proxies without complex threaded network programming.
Use cases
- build a scalable event-driven server in Ruby
- write asynchronous HTTP clients for REST APIs
- create efficient network proxies with custom logic
- monitor files and networks reactively
- implement custom network protocols in Ruby
- build real-time messaging or chat servers
When to choose
- you need high-performance event-driven I/O in Ruby
- you're building servers, proxies, or async clients on the Reactor pattern
- you need cross-platform support including Windows and JRuby
- you want a mature, battle-tested library
When to avoid
- you're using modern async/await Ruby code with the async gem ecosystem
- your use case is simple synchronous I/O without concurrency needs
- you prefer Fibers or Ractors-based concurrency models
Facets
library · maturity stable
concurrency networking http-server websocket networking developer-tools backend ruby cross-platform windows reactor-pattern event-driven-io async ruby-gem linux macos
1 source
- readme: https://github.com/eventmachine/eventmachine · fetched 2026-08-28 · e60e224317f1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eventmachine/eventmachine | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="eventmachine/eventmachine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem