Koa routing (third party libraries support) (#1038)
This commit is contained in:
parent
78832ff6c6
commit
392e8aa90d
1 changed files with 9 additions and 0 deletions
|
@ -84,3 +84,12 @@ THIS DOCUMENT IS IN PROGRESS. THIS PARAGRAPH SHALL BE REMOVED WHEN THIS DOCUMENT
|
||||||
Better user experience.
|
Better user experience.
|
||||||
|
|
||||||
Proper stream handling.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue