add FAQ. Closes #12
This commit is contained in:
parent
ca7be7b89f
commit
20b2c9ff4a
2 changed files with 13 additions and 0 deletions
|
@ -31,6 +31,7 @@ alias node='node --harmony-generators'
|
||||||
- [G+ Community](https://plus.google.com/communities/101845768320796750641)
|
- [G+ Community](https://plus.google.com/communities/101845768320796750641)
|
||||||
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
|
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
|
||||||
- __#koajs__ on freenode
|
- __#koajs__ on freenode
|
||||||
|
- [FAQ](docs/faq.md)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
12
docs/faq.md
Normal file
12
docs/faq.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
# Frequently Asked Questions
|
||||||
|
|
||||||
|
## Does Koa replace Express?
|
||||||
|
|
||||||
|
No, it's more like Connect.
|
||||||
|
|
||||||
|
## Does Koa replace Connect?
|
||||||
|
|
||||||
|
No, just a different take on similar functionality
|
||||||
|
now that generators allow us to write code with less
|
||||||
|
callbacks. Connect is equally capable, and some may still prefer it.
|
Loading…
Reference in a new issue