{"library":"koa-route","type":"library","category":null,"description":"koa-route provides a minimalist routing solution for Koa applications. It offers a simple API to define HTTP method-specific routes (e.g., `.get`, `.post`) directly as middleware functions. Its current stable version is 4.0.1. Releases are infrequent, primarily tied to underlying dependency updates or minor API refinements, reflecting its stable and mature nature. It differentiates itself from more feature-rich alternatives like `koa-router` by explicitly prioritizing simplicity and minimal overhead. This makes it suitable for smaller applications or specific middleware-based routing needs where the full complexity of a dedicated routing framework is not required, as it does not offer advanced features such as nested routes, prefixing, or extensive middleware composition.","language":"javascript","status":"active","version":"4.0.1","tags":["javascript","koa","middleware","routes","router","route"],"last_verified":"Wed May 27","install":[{"cmd":"npm install koa-route","imports":["import route from 'koa-route';","const _ = require('koa-route');","import type { Middleware, Context } from 'koa';\nimport route from 'koa-route';"]},{"cmd":"yarn add koa-route","imports":[]},{"cmd":"pnpm add koa-route","imports":[]}],"homepage":null,"github":"https://github.com/koajs/route","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/koa-route","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/koa-route/compatibility"}}