-
```
mac os ,
"egg": "^2.1.0",
25 "egg-cors": "^2.0.0",
26 "egg-logger": "^1.5.0",
27 "egg-passport": "^2.0.1",
28 "egg-session": "^3.1.0",
29 "egg-validate": "^1.0.0",…
-
Thank you for all the great examples! I had to make some modification to get with `"koa": "^2.5.0"`.
I would be happy to add something like this as an additional example if it would be helpful:
…
-
* **Node Version**: 8.9.3
"egg": "^2.0.0",
"egg-mongoose": "^2.1.1",
"egg-redis": "^1.0.2",
"egg-scripts": "^2.1.0",
"egg-session-redis": "^1.0.0",
"egg-socket.io": "…
-
Now in node we have callback or EventEmitter model to deal with async calls by default. But in my opinion it is better if every async function returns a native Promise (from new version of V8).
It do…
rdner updated
5 years ago
-
Recently I am working on a side project and use Koa framework. I use [koa-redis](https://github.com/koajs/koa-redis) to get value saved from another server which use [Node redis](https://github.com/No…
-
Hello, I just want to ask what the app.keys in the README document?
Is it the salt of the koa-session?
-
## Version **0.2.1** of [koa-session-ts](https://github.com/HKUST-VISLab/koa-session-ts) was just published.
Branch
Build failing 🚨
Dependency
…
-
没有两个依赖,
"koa-session-mongoose": "^2.0.5",
"koa-session-store": "^2.0.0",
现在跑还跑了错
-
1 小程序套餐没有开远程连接,腾讯的工程师还各种连接,开都没开,怎么连接?
2 KOA部分的代码没法测试,还加入了个恶心的用户信息,保存session,然后返回,我不知道这个逻辑是什么,客户端已经login了,远程还有login?
3 域名没有备案根本就不能用于生产,那他妈当时我买的时候为什么不跟我说,买完之后发现根本不能用,备案要一个月
垃圾的小程序套餐,要不你当时就让我买云主机,…
-
There is no description about ` app.keys` defined in the example. I wonder what's the use of it and if it's a must?