## Description [Hono](https://github.com/honojs/hono) is an ultrafast and lightweight API framework that handles the following use-cases: - Building Web APIs - Proxy of backend servers - Front of CDN - Edge application - Base server for a library - Full-stack application ### Middleware Hono provides middleware for - Basic authentication - Bearer authentication - Cache - Cookies - CORS - JWT authentication - Logging - GraphQL - Firebase authentication - Sentry Also supports [[TypeScript]] types.