Skip to content

Hono

Hono is a tiny, high-performance web framework tuned for edge and serverless workloads. Choose this component when you need fast APIs or request handlers with minimal overhead. Diploi takes care of packaging and deploying so you can focus on routing and middleware logic.

Add to your project

Paste this entry into the components list in diploi.yaml to add Hono to your project.

components:
- name: Hono
identifier: hono
package: https://github.com/diploi/component-hono#main

See also