# iron/iron

An Extensible, Concurrent Web Framework for Rust

Repository: https://github.com/iron/iron
Canonical: https://ross.abutalabs.com/products/iron
Language: Rust
License: MIT
License Family: permissive
Last push: 2024-06-14T21:59:09+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4467, "days_push": 810, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6111, forks 394 (observed 2026-08-28T04:09:35.991854+00:00)

## What it is
Iron is an extensible, concurrency-focused web framework for Rust built on top of hyper. It provides a minimal core with middleware, plugins, and modifiers for extending request/response handling.

## Use cases
- build an http server in rust
- create a rest api with middleware
- handle concurrent web requests in rust
- build a web backend with a pluggable middleware chain
- serve  endpoints in rust

## When to choose
- you want a minimal, extensible middleware-based rust web framework
- you need 100% safe concurrent rust code for http handling
- you are maintaining an existing iron-based codebase

## When to avoid
- starting a new rust web project - actix-web, axum, or rocket are more actively maintained
- you need modern async/await ecosystem support
- you need frequent updates and security patches

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, http-server, middleware, routing
- domain: web-development, backend, developer-tools
- platform: rust, cross-platform
- tags: hyper-based, middleware-chain, extensible, concurrent, safe-code

## Member repositories
- iron/iron (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:35.991854+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:48:11.414742+00:00, confidence not recorded.
  - readme: https://github.com/iron/iron (fetched 2026-08-28T04:09:35.991854+00:00, sha b572f3abc8cb)
  - registry_crates: https://crates.io/api/v1/crates/iron (fetched 2026-08-29T08:44:36.575070+00:00, sha ee5b5768cc9e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
