commit
ffe7d8c7ff
1 changed files with 8 additions and 2 deletions
|
@ -37,8 +37,14 @@ alias node='node --harmony'
|
||||||
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
|
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
|
||||||
- [Guide](docs/guide.md)
|
- [Guide](docs/guide.md)
|
||||||
- [FAQ](docs/faq.md)
|
- [FAQ](docs/faq.md)
|
||||||
|
- [中文文档](http://koajs.cn/)
|
||||||
- __#koajs__ on freenode
|
- __#koajs__ on freenode
|
||||||
|
|
||||||
|
## Getting start
|
||||||
|
|
||||||
|
- [kick-off-koa](https://github.com/koajs/kick-off-koa) - An intro to koa via a set of self-guided workshops.
|
||||||
|
- [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue