koa-express-router
Express's Router adapted for Koa v2.x
Express's Router adapted for Koa v2.x
An extended server for Koa
Logging middleware for koa that exposes the log
KOA-grace proxy/fetch请求、的中间件
KOA vhost中间件
KOA-grace 当前文件系统下upload/download中间件
simple github auth middleware for koa
Koa middleware for handling client-side pushstate routes.
jwt strategy for koa-police
Koa middleware for polyfills
Koa-pooled-mongo is a mongodb middleware for koa with support of connection pooling. The idea is inspired by Koa-mongo. But this one uses co-mongo instead of native mongodb lib to support generator-based flow control.
Code generator for CRUDs and other things
Koa middleware for combining static files to reduce number of http requests
a middleware for koa. parse combo url for seajs-combo.
koa context usint AsyncLocalStorage
使用koa开发微信公众号
Easy and simple authentication for Koa
Continuation local storage middleware for koa
## usage ```javascript const app = new koa(); const CookieParser = require('koa-cookie-parser'); app.use(CookieParser({ cookieNameList:['userId','uuId'], cipherKey:"hello world", maxAge:60*60*24 }));
koa-hap 是一套轻量级的http运程调用协议,接口统一使用post调用,body为json数据,url为调用位置。