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

tiny-http/tiny-http

Low level HTTP server library in Rust observed · 2026-08-28

github.com/tiny-http/tiny-http · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4433
  • days_rel: n/a
  • days_push: 749
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1137 stars · 152 forks observed · 2026-08-28

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

A low-level HTTP server library in Rust that handles connections, request parsing, pipelining, and HTTPS while leaving routing and higher-level concerns to the user. It is designed for HTTP standard compliance and speed, using a thread pool per client connection.

Use cases

  • build a minimal HTTP server in Rust
  • embed an HTTP server in a Rust application
  • handle HTTP request pipelining
  • serve HTTPS with rustls or OpenSSL
  • build a custom web framework on top of a low-level server

When to choose

  • you need fine-grained control over HTTP handling without a full framework
  • you want a small, compliant, fast HTTP server library
  • you are embedding an HTTP endpoint in a larger Rust program

When to avoid

  • you want routing, middleware, or templating out of the box
  • you are building a full website and should use a web framework instead
  • you need async/await-based server internals

Facets

library · maturity stable

http-server routing web-development backend apis rust cross-platform http low-level thread-pool pipelining https rust-library

2 sources

Member repositories

RepositoryRoleHealth v2
tiny-http/tiny-httpmain23

For agents

markdown · JSON · MCP: product_card(name="tiny-http/tiny-http")

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