docs: add note about gnode perf
This commit is contained in:
parent
cfeefac191
commit
33a513898b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ alias node='node --harmony'
|
||||||
|
|
||||||
Another option, if you would like to use koa with __node 0.10.x__ (the current
|
Another option, if you would like to use koa with __node 0.10.x__ (the current
|
||||||
stable branch), or are tired of typing the `--harmony` flag, is to use
|
stable branch), or are tired of typing the `--harmony` flag, is to use
|
||||||
[`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance.
|
[`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance. However note that performance degrades quickly compared to 0.11.x.
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue