-
Hello!
I'm building an app using awesome Koa2.
Could you please tell me how can I send binary data (i. e. ArrayBuffer)?
Thanks!
-
你搭建的koa2很好,布局也很清晰,比我看的书籍清晰多了,我也看懂一些koa2的东西,但是没有深入.
1.作为前端的我学后台node不知道怎么学,好多书籍都旧版.而且没有redis,pm2部署还有什么https真的不懂,希望指点下..
2.mongoose大多数就增删改查吗?有没有一些高级用法啊?
3.我对于mongodb没有回滚也很坑爹,因为我上次操作mongoose有一个先增加后修改…
Niofh updated
7 years ago
-
This is due to the use of [util.promisify](https://nodejs.org/api/util.html#util_util_promisify_original), added in node 8.0.0.
-
请您确认一个 bug,我执行命令:
koa2 --ejs
生成的代码中仍然使用 jade
app.use(views(__dirname + '/views', {
extension: 'jade'
}));
-
偶然在 segmentfault 看到这个项目,非常喜欢。所以跟了过来,看到项目刚刚启动不久,而且使用了 express .
所以想咨询下作者,有没有打算更换为 koa2 ,自发版以来许多公司的新项目都会优先考虑使用了。作为新教程里的主要框架,若是能迎合这一点,我觉得会吸引更多的学习者吧~
只是作为小小的建议
另外,感谢推出这么全面的教程!加油~
-
`npm start dev` is ok, but when I run `node app.js`, I got these:
```js
▶ node app.js
/Users/simon/workspace/studyCode/node/vue-koa-demo/app.js:1
(function (exports, require, module, __filename, …
-
Hi, I need such function like the co-ejs
the co-ejs only support koa1.x but I hope use in koa2
I can write code in ejs
```
```
thank you
-
![image](https://user-images.githubusercontent.com/7285671/27572600-77587e6a-5b3f-11e7-8516-693531e2f9aa.png)
![image](https://user-images.githubusercontent.com/7285671/27572634-a4dbd36e-5b3f-11e7-93…
-
不用ssr,但是也不用webpack-dev-server命令,因为webpack-dev-server命令定制化不行。
而是像这个例子一样用两个库:webpack-dev-middleware和webpack-hot-middleware的vue热更新项目。
-
When i login first time - its ok. I can login and ctx.isAuthorized is true. After that im doing a redirect to '/personalArea' where into the method i check again `ctx.isAuthorized` and here its always…