H3
Universal, Tiny, and Fast Servers
H(TTP) server framework built on top of web standards for high performance and composability.
import { H3, serve } from "h3"
const app = new H3().get("/", () => "⚡️ Tadaa!")
serve(app)
- Tiny, Composable and Fast
Small core, with low latency and minimal bundle impact. Designed with composability and maximum compatibility in mind.
- Ergonomic and Safe API
Carefully crafted, ergonomic, and strongly-typed APIs with dozens of tree-shakeable built-in utilities.