h3js/h3
⚡️ Minimal H(TTP) framework built for high performance and portability observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 5
- age_days: 2115
- days_rel: 13
- days_push: 13
- n_releases_24m: 50
Adoption not part of the score
5415 stars · 355 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
H3 is a minimal, high-performance HTTP server framework for TypeScript/JavaScript built on web standards. It is runtime-agnostic (Node.js, Deno, Bun, Workers) with a tiny, composable, tree-shakeable core and strongly-typed APIs.
Use cases
- build a fast HTTP API server in TypeScript
- create a portable server that runs on Node, Deno, Bun, and edge workers
- build a lightweight backend for a web app
- compose small middleware handlers into a larger server
- build a minimal REST API with low latency
- serve as the HTTP layer for a meta-framework like Nuxt
When to choose
- you want a tiny, fast, web-standards-based server framework
- you need portability across JavaScript runtimes including serverless/edge
- you prefer composable handler utilities over a heavy framework
- you are building a framework or library that needs an embedded HTTP layer
When to avoid
- you need batteries-included features like built-in ORM, auth, or admin panels
- you prefer opinionated full-stack frameworks with conventions and scaffolding
- your team relies on Express/Koa middleware ecosystems
- you need a framework with a large plugin marketplace
Facets
framework · maturity active
web-framework http-server routing middleware web-development backend apis bun cross-platform typescript web-standards runtime-agnostic composable minimal high-performance unjs nodejs deno web-server
3 sources
- readme: https://github.com/h3js/h3 · fetched 2026-08-28 · 9a9d4b2228e1
- homepage: https://h3.dev · fetched 2026-08-29 · b1f5775668ec
- registry_npm: https://registry.npmjs.org/h3 · fetched 2026-08-29 · 3bc6f0059635
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| h3js/h3 | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem