1# Usage and Example 2 3## Usage 4 5`node \[options\] index.js` 6 7Please see the [Command Line Options][] document for more information. 8 9## Example 10 11An example of a [web server][] written with Node.js which responds with 12`'Hello, World!'`: 13 14## See also 15 16Check out also [this guide][] 17 18[Command Line Options]: cli.md#options 19[this guide]: https://nodejs.org/ 20[web server]: example.md 21