InstallationRouter middleware for koa, like koa-router but more faster
npm install koa-radix-routerUsage
import * as Koa from 'koa';
import { Route } from 'koa-radix-router';
const app = new Koa();
const router = new Router();
router.get('/hello', ctx => {
ctx.body = 'world';
});
app
.use(router.routes())
.use(router.allowedMethods());
License
MIT
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4