-
# 前言
较早的Nodejs开发者为了实现程序的同步都会使用几个“工具”,`回调`,`promise`,`co`,或者是`generator`。记得写过一个递归删除目录下文件和文件夹的需求,用以上方法都是各种不爽(关键我就是想简单的写个递归啊)。
![](http://7xs2tr.com1.z0.glb.clouddn.com/2017-03-06-9216f85db30b55123…
-
When I run my unit tests, the stdout contains lots of the following warning:
`
WARN:@google-cloud/error-reporting: The stackdriver error reporting client is configured to report errors if and only…
-
koa2的环境下,我用ctx.render()渲染一个不存在的模板时,报这个错误
`TemplateError: template not found: ENOENT: no such file or directory`
我想要捕获这个错误,然后跳转到404或者500,该怎么处理??
-
(node:8248) UnhandledPromiseRejectionWarning: Error: session store is unavailable
at Timeout._onTimeout (F:\项目\NodeJS\第三方项目\koa2-blog\node_modules\koa-generic-session\lib\session.js:107:16)
-
如题:《Koa2进阶学习笔记》觉得有哪些知识点需要补充的?
-
Hi,
It would be very nice if there would be a middleware handler for koa like you did it with spirit-express.
-
### 环境
系统:
nodejs 版本(koa2要求版本是7.6.0+):
### 出现问题
### 重现步骤
### 期待效果
> 重现步骤尽量详细,不能含糊不清
> 如果不是提建议,提 issues 如果不照着模版来将不会优先处理或直接关闭
-
https://molunerfinn.com/Vue+Koa/
全栈开发实战:用Vue2+Koa1开发完整的前后端项目(更新Koa2)
-
我现在用webpack搭建的,但是不知道koa2怎么搞,可以直接用你的这个server吗
-
With the release of Koa 2 this project needs to be refactored to be promise based.
I currently have a PR open for these changes: https://github.com/oauthjs/koa-oauth-server/pull/47
Can we get an…