docs: Update koa-vs-express.md (#1230)
This commit is contained in:
parent
41257aa91e
commit
2180839eda
1 changed files with 5 additions and 5 deletions
|
@ -88,8 +88,8 @@ THIS DOCUMENT IS IN PROGRESS. THIS PARAGRAPH SHALL BE REMOVED WHEN THIS DOCUMENT
|
|||
### 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.
|
||||
any in-built routing, there are third party libraries available such as
|
||||
koa-router and koa-route.
|
||||
Similarly, just like we have helmet for security in Express, for Koa
|
||||
we have koa-helmet available and the list goes on for Koa available third
|
||||
party libraries.
|
||||
|
|
Loading…
Reference in a new issue