Hono
Use Hono as your HTTP framework with Chimpbase.
Hono is the recommended HTTP framework for Chimpbase. It uses the Web standard Request/Response API, which maps directly to Chimpbase's route handler interface.
Setup
Calling actions from routes
Use context.env.action() to invoke registered actions from your HTTP handlers:
You can also call actions by string name:
Registering with Chimpbase
Pass the Hono app's fetch method as the httpHandler: