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

socketry/falcon

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS. observed · 2026-08-28

github.com/socketry/falcon · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 97
  • Release rhythm 96
  • Longevity 100
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: 8.0
  • age_days: 3366
  • days_rel: 25
  • days_push: 22
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

3024 stars · 103 forks observed · 2026-08-28

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

Falcon is a high-performance, multi-process, multi-fiber rack-compatible HTTP web server for Ruby, built on the async ecosystem. It natively supports HTTP/1, HTTP/2, and TLS, and can replace Puma or Nginx+Passenger for both development and production.

Use cases

  • serve ruby rack applications in production
  • replace puma with a faster ruby web server
  • host rails apps with http/2 and tls support
  • run a development web server for ruby apps
  • handle many concurrent requests without blocking
  • simplify deployment by removing nginx from the stack

When to choose

  • you run Rack-based Ruby apps (Rails, Sinatra) and want high concurrency via fibers
  • you want native HTTP/2 and TLS without a separate reverse proxy
  • you want one server for both development and production to reduce environment-specific bugs

When to avoid

  • your stack is not Ruby or not Rack-compatible
  • you depend on server-specific features or tooling built around Puma or Unicorn
  • your team has no experience debugging asynchronous fiber-based concurrency

Facets

application · maturity active

http-server web-framework concurrency web-development backend developer-tools ruby cross-platform rack http2 tls async fiber-based rails linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
socketry/falconmain97

For agents

markdown · JSON · MCP: product_card(name="socketry/falcon")

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