docs: Update koa-vs-express.md (#1230)

master
Clayton Ray 2018-08-09 03:39:23 -04:00 committed by Yiyu He
parent 41257aa91e
commit 2180839eda
1 changed files with 5 additions and 5 deletions

View File

@ -88,8 +88,8 @@ THIS DOCUMENT IS IN PROGRESS. THIS PARAGRAPH SHALL BE REMOVED WHEN THIS DOCUMENT
### Koa routing (third party libraries support) ### Koa routing (third party libraries support)
Since Express comes with its own routing, but Koa does not have Since Express comes with its own routing, but Koa does not have
any in-built routing, but there are third party libraries available any in-built routing, there are third party libraries available such as
koa-router and koa-route for routing. koa-router and koa-route.
Similarly just like we have helmet for security in Express, for Koa 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 we have koa-helmet available and the list goes on for Koa available third
party available libraries. party libraries.