remove gnode recommentation (too slow)
This commit is contained in:
parent
cb532b7bef
commit
7bbcd2dfcc
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ $ npm install koa
|
|||
alias node='node --harmony'
|
||||
```
|
||||
|
||||
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
|
||||
[`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance. However note that performance degrades quickly compared to 0.11.x.
|
||||
|
||||
## Community
|
||||
|
||||
- [API](docs/api/index.md) documentation
|
||||
|
|
Loading…
Reference in a new issue