From 392e8aa90d0f00acda49015866c1d9e82b3934c7 Mon Sep 17 00:00:00 2001 From: Usman Hussain Date: Thu, 17 Aug 2017 22:20:57 +0500 Subject: [PATCH] Koa routing (third party libraries support) (#1038) --- docs/koa-vs-express.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/koa-vs-express.md b/docs/koa-vs-express.md index 1319a4a..53e2b40 100644 --- a/docs/koa-vs-express.md +++ b/docs/koa-vs-express.md @@ -84,3 +84,12 @@ THIS DOCUMENT IS IN PROGRESS. THIS PARAGRAPH SHALL BE REMOVED WHEN THIS DOCUMENT Better user experience. Proper stream handling. + +### Koa routing (third party libraries support) + + Since Express comes with its own routing, but Koa does not have + any in-built routing, but there are third party libraries available + koa-router and koa-route for routing. + Similarly just like we have helmet for security in Express, For koa + we have koa-helmet available and the list goes on for koa third + party available libraries.