Ross ROSS = Recommend OSS · open-source software intelligence for agents

igrigorik/em-http-request

Asynchronous HTTP Client (EventMachine + Ruby) observed · 2026-08-28

github.com/igrigorik/em-http-request · Ruby 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: 6585
  • days_rel: n/a
  • days_push: 661
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1215 stars · 230 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

An asynchronous HTTP client library for Ruby built on EventMachine, supporting parallel requests, streaming, keep-alive, pipelining, proxies, and auth. It integrates with middleware and works across MRI, JRuby, and Rubinius.

Use cases

  • make async HTTP requests in Ruby
  • issue parallel HTTP requests
  • stream large HTTP responses
  • upload files over HTTP asynchronously
  • fetch URLs through HTTP or SOCKS5 proxies
  • follow redirects with gzip decoding
  • use OAuth or Basic Auth in an evented HTTP client

When to choose

  • you already use EventMachine and need non-blocking HTTP
  • you need many concurrent or parallel HTTP requests in Ruby
  • you need streaming responses or uploads
  • you need proxy (HTTP/SOCKS5) support in an async client

When to avoid

  • you want a simple synchronous HTTP client
  • your project does not use an evented reactor
  • you need a client with an actively maintained license and modern async ecosystem (consider async-http or Typhoeus)

Facets

library · maturity maintenance

http-client middleware web-development developer-tools networking ruby cross-platform eventmachine async http parallel-requests streaming proxy-support

1 source

Member repositories

RepositoryRoleHealth v2
igrigorik/em-http-requestmain32

For agents

markdown · JSON · MCP: product_card(name="igrigorik/em-http-request")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem