docs: add "why is this not express 4.0" to FAQ

master
TJ Holowaychuk 2013-12-19 08:56:41 -08:00
parent 45db061563
commit fefb3c59ae
1 changed files with 9 additions and 1 deletions

View File

@ -30,4 +30,12 @@
## Does Koa include routing?
No - out of the box Koa has no form of routing, however
many routing middleware are available: https://github.com/koajs/koa/wiki
many routing middleware are available: https://github.com/koajs/koa/wiki
## Why isn't Koa just Express 4.0?
Koa is a pretty large departure from what people know about Express,
the design is fundamentally much different, so the migration from
Express 3.0 to this Express 4.0 would effectively mean rewriting
the entire application, so we thought it would be more appropriate
to create a new library.