{
  "$schema": "https://handbuch.cloud/schema.json",
  "name": "koa",
  "registry": "npm",
  "updatedAt": "2026-06-07T11:46:49.000Z",
  "checkedAt": "2026-06-07T11:46:49.000Z",
  "readme": "https://raw.githubusercontent.com/koajs/koa/master/Readme.md",
  "docs": [
    {
      "url": "https://github.com/koajs/koa/blob/master/docs/api/index.md",
      "title": "Koa API Documentation",
      "description": "Complete API reference for Application, Context, Request, and Response objects, plus middleware composition.",
      "kind": "official",
      "tags": [
        "api",
        "reference"
      ]
    },
    {
      "url": "https://koajs.com/",
      "title": "Koa Official Website",
      "description": "Next generation web framework for Node.js. Single-page docs site covering introduction, application, context, request, and response APIs.",
      "kind": "official",
      "tags": [
        "guide",
        "api",
        "reference"
      ]
    },
    {
      "url": "https://github.com/koajs/koa/blob/master/docs/guide.md",
      "title": "Koa Guide",
      "description": "Guide covering Koa concepts including async middleware, error handling, and application patterns.",
      "kind": "official",
      "tags": [
        "guide"
      ]
    },
    {
      "url": "https://github.com/koajs/koa/blob/master/docs/error-handling.md",
      "title": "Koa Error Handling",
      "description": "Best practices for error handling in Koa applications.",
      "kind": "official",
      "tags": [
        "guide"
      ]
    },
    {
      "url": "https://github.com/koajs/koa/blob/master/docs/koa-vs-express.md",
      "title": "Koa vs Express",
      "description": "Comparison between Koa and Express, explaining design philosophy and API differences.",
      "kind": "official",
      "tags": [
        "guide",
        "cheatsheet"
      ]
    },
    {
      "url": "https://github.com/koajs/koa/blob/master/docs/migration-v2-to-v3.md",
      "title": "Koa v2 to v3 Migration Guide",
      "description": "Breaking changes and migration steps from Koa v2 to v3.",
      "kind": "official",
      "tags": [
        "guide",
        "migration"
      ]
    }
  ],
  "tags": [
    "micro-framework",
    "http-server"
  ]
}
