https://github.com/bmcmahen/koa-mongo-session
http://www.fkwebs.com/2333.html
https://segmentfault.com/q/1010000008080416
koa中使用mongodb持久化session
http://blog.csdn.net/sinat_36469292/article/details/53064472
Session Store
koa-redis to store your session data with redis.
koa-mysql-session to store your session data with MySQL.
koa-generic-session-mongo to store your session data with MongoDB.
koa-pg-session to store your session data with PostgreSQL.
koa-generic-session-rethinkdb to store your session data with ReThinkDB.
koa-sqlite3-session to store your session data with SQLite3.
koa-generic-session-sequelize to store your session data with the Sequelize ORM.
koa-generic-session-knex to store your session data with the Knex query builder.

this.redirect('/');

http://www.tuicool.com/articles/Y7NnquR
如何优雅的在 koa 中处理错误

https://cnodejs.org/topic/5787f6a7ee5f048d54f9099d
新发现:改动1行代码 提升 Koa 性能接近一倍

koa中用mongoose
mongoose.Promise = require('bluebird');

koa2创建项目:
https://segmentfault.com/a/1190000005742129
http://blog.csdn.net/ansu2009/article/details/53884287

https://github.com/qq83387856/node-koa
可以看我的项目
或者你可以使用npm install -g koa-generator
然后 koa xxx 生成一个项目 里面有完整的骨架
具体还有不懂的再问

http://www.jianshu.com/p/6b816c609669
koa2从起步到填坑

http://eddywashere.com/blog/switching-out-callbacks-with-promises-in-mongoose/
koa中使用mongoose,Switching out callbacks with promises in Mongoose

koa2.0路由:
http://www.gowhich.com/blog/705
http://cnodejs.org/topic/578a19866d3f2b2014113edd

koa操作mysql:
http://www.jb51.net/article/86524.htm
https://github.com/zhangshiqiu/koa-msyql

koa教程
http://book.apebook.org/minghe/koa-action/hello-koa/install.html
koa中文文档

http://www.nodeclass.com/api/cnkoa.html 中文教程

http://koa.bootcss.com/#response 向下拉滚动条
koa2教程
https://chenshenhai.github.io/koa2-note/note/start/quick.html

最新文章

  1. java编程思想读书笔记2
  2. coding代码仓库的配置和代码上传
  3. [Practical Git] Diagnose which commit broke something with git bisect
  4. IOS中扩展机制Category和associative
  5. 为什么class中属性以空格分隔?
  6. const用法总结
  7. python下yield(生成器)
  8. leetcode dfs Validate Binary Search Tree
  9. SVN仓库迁移到Git的完美解决办法
  10. Springmvc ModelAndView踩过的坑之HttpServletResponse response
  11. C#版(打败99.28%的提交) - Leetcode 347. Top K Frequent Elements - 题解
  12. 弹筐里同一个按钮判断是从哪里点击过来的form
  13. Spring-bean的自动装配
  14. linux学习记录.6.vscode调试c makefile
  15. C++学习笔记48:链表的基本操作
  16. C#读取配置文件app.config
  17. 用make编译openCV报错:ts_gtest.cpp:(.text._ZN7testing8internal2RED2Ev+0xf): undefined reference to 'regfreeA'
  18. 我对NHibernate的感受(3):有些尴尬的集合支持
  19. python pip安装报错python setup.py egg_info failed with error code 1
  20. bootstrap 整理

热门文章

  1. Ubuntu下使用tmux实现分屏,以及tmux快捷键
  2. JDK所有版本
  3. 20 Python 常用模块
  4. stl_algo.h
  5. Linux中几个实用快捷键
  6. Java 面向对象编程 tricks
  7. SQL夯实基础(四):子查询及sql优化案例
  8. 【LeetCode】005. Longest Palindromic Substring
  9. 学习动态性能表(22)V$resource_limit
  10. springboot启动异常:java.lang.IllegalArgumentException: Could not resolve placeholder 'xxx.xxx.xxx' in value "${xxx.xxx.xxx}"