# README

### 关于本书

这是一本关于 Node.js 技术的开放源码电子书，受到台湾 nodejs 社区的[教程](https://github.com/nodejs-tw/nodejs-wiki-book)提供启发编写。首先感谢台湾 nodejs 社区的前辈提供这么优秀的教程，不过台湾社区的教程已经停止了维护。为了让大家学习到这么优秀的教程，我决定将其复活，所以才有了这个项目。由于原书写作的时候Node版本是0.6，所以在写作本书的时候，借鉴了原书的目录结构，但是内容上进行了重写。 本书的线上阅读网址，与 GitHub 资料同步更新。

<https://nodebook.whyun.com/> <https://node.whyun.com/>

本书适合 Node.js初学者至进阶开发者，也欢迎您在学习时一起参与本书内容撰写。

### 源码

本书最新的源码网址如下：

<https://github.com/yunnysunny/nodebook>

### 授权

本书原采用创用CC姓名标示-非商业性授权。 **您不必为本书付费。**

**Node.js Wiki Book** book is licensed under the Attribution-NonCommercial 3.0 Unported license. **You should not have paid for this book.**

您可以复制、散布及修改本书内容，但请勿将本书用于商业用途。

您可以在以下网址取得授权条款全文。

<https://creativecommons.org/licenses/by-nc/3.0/legalcode>

### 作者

* yunnysunny <https://github.com/yunnysunny>

### 编译

本书采用 [vuepress](https://vuepress.vuejs.org/) 进行编译，如果你想在本地编译，可以执行如下命令：

```
npm run build
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nodebook.whyun.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
