-
- [ ] koa2.js
- [ ] node.js v7
- [ ] async/await
-
would anyone be interested in making this middleware work with generators-based frameworks like [koa](https://github.com/koajs/koa) ?
Currently I'm using [this workaround](https://gist.github.com/net…
-
## Specification
* Unit Test with [ava](https://github.com/avajs/ava) + [nyc](https://github.com/istanbuljs/nyc)
* Node version 6.0.0+ required, babel compile use [babel-preset-think-node](https://g…
-
您好,请问在 `koa2` 中的 `controller` 和 `model` 层, 如何用 `es6` 的 `class方式(面向对象)` 改写而不是使用 `面向过程` 的方式书写。
-
- `eslint` would allow to spot common typos and issues. It helps a lot with react development.
- redux-thumb helps with async actions in redux and makes it easy to specify the workflow
- server …
-
Hi,guys.Do you have any plan to support koa2? I can't use this plugin with koa-generic-session in koa2. The code looks like:
const convert = require('koa-convert');
const session = require('koa-ge…
-
你好,后期会不会有 restful api 的架构,包括一些验证 ,如 koa-jwt 等 。静静等待
mrsai updated
7 years ago
-
如题,在KOA中有使用栗子么?或者express
-
or how to remove the deprecation messages? which is really annoying 😭
-
直接上代码:
```js
//config/config.default.js
module.exports = {
keys: 'default keys',
url : 'ccc',
};
//config/config.prod.js
module.exports = {
keys: 'prod keys',
url : 'ddd',
};
/…