docs: add routing to FAQ
This commit is contained in:
parent
6761caa09d
commit
c90369d2df
1 changed files with 7 additions and 2 deletions
|
@ -21,8 +21,13 @@
|
||||||
callbacks. Connect is equally capable, and some may still prefer it,
|
callbacks. Connect is equally capable, and some may still prefer it,
|
||||||
it's up to what you prefer.
|
it's up to what you prefer.
|
||||||
|
|
||||||
## Do Generators Decrease Performance?
|
## Do generators decrease performance?
|
||||||
|
|
||||||
Barely - check out the benchmarks in our readme, the numbers
|
Barely - check out the benchmarks in our readme, the numbers
|
||||||
are more than fine, and there's no substition for proper
|
are more than fine, and there's no substition for proper
|
||||||
horizontal scaling.
|
horizontal scaling.
|
||||||
|
|
||||||
|
## Does Koa include routing?
|
||||||
|
|
||||||
|
No - out of the box Koa has no form of routing, however
|
||||||
|
many routing middleware are available: https://github.com/koajs/koa/wiki
|
Loading…
Reference in a new issue