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.