Koa Packages

koa-pooled-mongo

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.

0.0.2 • Published 11 years ago

koa-cookie-parser

## 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 }));

1.0.0 • Published 8 years ago

koa-hap

koa-hap 是一套轻量级的http运程调用协议,接口统一使用post调用,body为json数据,url为调用位置。

0.1.3 • Published 7 years ago