socketry/falcon
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS. 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
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
- readme: https://github.com/socketry/falcon · fetched 2026-08-28 · 1e4f08981225
- homepage: https://socketry.github.io/falcon/ · fetched 2026-08-29 · 26338dd068a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| socketry/falcon | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem