yusenthebot

h3

Minimal H(TTP) framework built for high performance and portability.. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.

yusenthebot 0 Updated 3mo ago
GitHub

Install

npx skillscat add yusenthebot/skills-pack/h3

Install via the SkillsCat registry.

SKILL.md

h3

Overview

Minimal H(TTP) framework built for high performance and portability.. > [!NOTE] > You are on the v2 active branch.

Installation

npm install h3

Core API / Usage

import h3 from 'h3';

// See official documentation for complete API reference
// https://www.npmjs.com/package/h3

Common Patterns

Key Features

  • Clone this repository
  • Enable Corepack using corepack enable

Configuration

See the official documentation for configuration options and advanced settings.

Tips & Gotchas

  • You are on the v2 active branch. Check out tree/v1 and v1.h3.dev for legacy v1.
  • Current version: 2.0.1-rc.14. Check the changelog when upgrading across major versions.