Skip to main content
The Hono Node adapter translates Express requests and responses into the Fetch model used by Hookfish. Your broker configuration and API remain unchanged.

Install dependencies

Create hookfish.config.ts using the Hono guide, then mount the handler before middleware that consumes /api request bodies.
Verify the mount by opening http://127.0.0.1:3000/api/docs or requesting /api/openapi.json.
Do not place a static directory, proxy, JSON body parser, or catch-all route in front of Hookfish’s /api paths.