From fefb3c59aea33e8e12c4c50a1dd024a7b57ae288 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 19 Dec 2013 08:56:41 -0800 Subject: [PATCH] docs: add "why is this not express 4.0" to FAQ --- docs/faq.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ce08583..a652bb2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 \ No newline at end of file + 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. \ No newline at end of file