# class

## class

- [Node.js安裝與NPM使用](https://easonwang.gitbook.io/class/master.md)
- [require 、 module.exports](https://easonwang.gitbook.io/class/chapter1.md)
- [fs(文件操作)](https://easonwang.gitbook.io/class/fs-wen-jian-cao-zuo.md)
- [EventEmitter(事件觸發)](https://easonwang.gitbook.io/class/eventemitter-shi-jian-chu-fa.md)
- [util(工具類)](https://easonwang.gitbook.io/class/util-gong-ju-lei.md)
- [stream(流)](https://easonwang.gitbook.io/class/stream-liu.md)
- [Assert(斷言)](https://easonwang.gitbook.io/class/assert-duan-yan.md)
- [Process(進程)](https://easonwang.gitbook.io/class/process-jin-cheng.md)
- [Repl(自訂命令列)](https://easonwang.gitbook.io/class/repl-zi-ding-ming-ling-lie.md)
- [Path與URL](https://easonwang.gitbook.io/class/path-url.md)
- [TCP, UDP](https://easonwang.gitbook.io/class/tcpudphttphttps.md)
- [HTTP, HTTPS](https://easonwang.gitbook.io/class/httphttps.md)
- [ES6,ES7,ES8](https://easonwang.gitbook.io/class/es6es7.md)
- [Express框架](https://easonwang.gitbook.io/class/express.md)
- [Koa框架](https://easonwang.gitbook.io/class/koa.md)
- [MySQL](https://easonwang.gitbook.io/class/mysql.md)
- [MongoDB](https://easonwang.gitbook.io/class/mongodb.md)
- [RESTful API 與 API 文件撰寫](https://easonwang.gitbook.io/class/restful-api-api.md)
- [使用Babel, ESLint](https://easonwang.gitbook.io/class/babeleslintwebpack.md)
- [Webpack](https://easonwang.gitbook.io/class/webpack.md)
- [WebSocket](https://easonwang.gitbook.io/class/websocketredis.md)
- [Redis](https://easonwang.gitbook.io/class/redis.md)
- [React 基本概念1](https://easonwang.gitbook.io/class/react-1.md)
- [React 基本概念1-1(搭配webpack)](https://easonwang.gitbook.io/class/react-1-1.md)
- [React基本概念1-2(新增元件)](https://easonwang.gitbook.io/class/react1-2.md)
- [React 基本概念2](https://easonwang.gitbook.io/class/react-2.md)
- [react-router](https://easonwang.gitbook.io/class/react-router.md)
- [Redux 基本概念1](https://easonwang.gitbook.io/class/redux-1.md)
- [Redux 基本概念2](https://easonwang.gitbook.io/class/redux-2.md)
- [結合Node.js與React.js搭建論壇網站1](https://easonwang.gitbook.io/class/node.jsreact.js1.md)
- [結合Node.js與React.js搭建論壇網站2](https://easonwang.gitbook.io/class/node.jsreact.js2.md)
- [結合Node.js與React.js搭建論壇網站3](https://easonwang.gitbook.io/class/node.jsreact.js3.md)
- [結合Node.js與React.js搭建論壇網站4](https://easonwang.gitbook.io/class/node.jsreact.js4.md)
- [結合Node.js與React.js搭建論壇網站5](https://easonwang.gitbook.io/class/node.jsreact.js5.md)
- [部署](https://easonwang.gitbook.io/class/deploy.md)
- [快取與緩存](https://easonwang.gitbook.io/class/cache.md)
- [Web安全機制](https://easonwang.gitbook.io/class/security.md)
- [單元測試](https://easonwang.gitbook.io/class/test.md)
- [自動化流程與搭建travis ci](https://easonwang.gitbook.io/class/travis-ci.md)
- [結合jenkins與bitBucket](https://easonwang.gitbook.io/class/jenkinsbitbucket.md)
- [團隊合作Git flow與Telegram bot](https://easonwang.gitbook.io/class/rer.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://easonwang.gitbook.io/class/master.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.
