add FAQ. Closes #12

master
TJ Holowaychuk 2013-08-20 22:07:00 -07:00
parent ca7be7b89f
commit 20b2c9ff4a
2 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,7 @@ alias node='node --harmony-generators'
- [G+ Community](https://plus.google.com/communities/101845768320796750641)
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
- __#koajs__ on freenode
- [FAQ](docs/faq.md)
## Example

12
docs/faq.md Normal file
View 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.