前言
1.
ES6 时代来临
1.1.
function 和 function*
1.2.
yield 和 yield*
1.3.
co 和 koa
2.
模版系统
2.1.
ejs 和 co-ejs
2.2.
过滤器
3.
路由
4.
参数验证与错误处理
4.1.
koa-scheme
4.2.
koa-errorhandler
5.
缓存和配置
5.1.
koa-router-cache 和 co-cache
5.2.
config-lite
6.
测试
6.1.
单元测试
6.2.
co-mocha 和 co-supertest
7.
开发一个论坛系统
7.1.
基础项目搭建
7.2.
路由和功能设计
7.3.
自定义模型
7.4.
theme 的设计
7.5.
注册
7.6.
登录与登出
7.7.
主页与版块
7.8.
用户页
7.9.
发表页与话题页
7.10.
测试
7.11.
部署
8.
小结
9.
参考文献
Published using GitBook
A
A
Serif
Sans
White
Sepia
Night
Twitter
Google
Facebook
Weibo
Instapaper
es6features -
https://github.com/lukehoban/es6features
ECMAScript6入门 -
http://es6.ruanyifeng.com/
koa -
http://koajs.com/
Harmony Generator, yield, ES6, co框架学习-
http://bg.biedalian.com/2013/12/21/harmony-generator.html
红豆园 -
http://koa.rednode.cn/
nodeclub -
https://github.com/cnodejs/nodeclub
koa-guide -
https://github.com/turingou/koa-guide
jongleberry -
http://www.jongleberry.com/koa.html
单元测试 -
http://zh.wikipedia.org/wiki/%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95