https://github.com/h3js/h3
⚡️ Minimal H(TTP) framework built for high performance and portability
https://github.com/h3js/h3
Last synced: 12 days ago
JSON representation
⚡️ Minimal H(TTP) framework built for high performance and portability
- Host: GitHub
- URL: https://github.com/h3js/h3
- Owner: h3js
- License: mit
- Created: 2020-11-17T14:15:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T13:29:28.000Z (16 days ago)
- Last Synced: 2025-04-22T10:21:56.620Z (12 days ago)
- Language: TypeScript
- Homepage: https://h3.dev
- Size: 4.6 MB
- Stars: 4,058
- Watchers: 15
- Forks: 254
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- my-awesome-list - h3
README
# H3
[](https://npmjs.com/package/h3)
[](https://npm.chart.dev/h3)H3 (pronounced as /eɪtʃθriː/, like h-3) is a minimal h(ttp) framework built for high performance and portability.
> [!NOTE]
> You are on the v2 development branch. Check out [v1 branch](https://github.com/unjs/h3/tree/v1) for v1.👉 [Documentation](https://h3.unjs.io)
## Contribution
Local development
- Clone this repository
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run tests using `pnpm dev` or `pnpm test`## License
Published under the [MIT](https://github.com/unjs/h3/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/h3/graphs/contributors) 💛
![]()
---
_🤖 auto updated with [automd](https://automd.unjs.io)_