Koa routing (third party libraries support) (#1038)

master
Usman Hussain 2017-08-17 22:20:57 +05:00 committed by jongleberry
parent 78832ff6c6
commit 392e8aa90d
1 changed files with 9 additions and 0 deletions

View File

@ -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.