# Introduction

教程将分为三个部分，分别为基础知识、进阶应用以及 Web 实战。

1. **基础知识**主要介绍 Node 基础原理以及官方 API；
2. **进阶应用**将通过实际应用进一步了解 Node 开发；
3. **Web 实战**重点讲实际项目开发，以**后台管理系统**为例。采用的技术栈为：[Express](http://www.expressjs.com.cn/) + [AdminLTE](https://adminlte.io/) + [Mysql](https://www.mysql.com/) + [Sequelize](http://docs.sequelizejs.com/)。

后续可能的话，会使用 Vue 框架重构前台页面。

课程拟规划目录：[点击这里查看](https://github.com/pengloo53/node-fullstack-course/tree/9da61ac77245e05035c65b46505f91211590caf9/SUMMARY.md)。

## 关注我

个人微信公众号：个人学习，专注分享：个人成长、读书感悟以及产品技术主题。

![](https://3832092430-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LjOWJWIMZo_JloU3CR3%2F-LvGKjb0HBUaBnehdQYY%2F-LvGKmFi5ecgVPTVrMGo%2Fweixin-qrcode.png?generation=1575470180397158\&alt=media)

## 联系我

个人微信号，请务必备注信息「Node」。

![](https://3832092430-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LjOWJWIMZo_JloU3CR3%2F-LvGKjb0HBUaBnehdQYY%2F-LvGKmFkfKH0NjYCih0G%2Fqrcode-self.jpeg?generation=1575470180418912\&alt=media)


---

# 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://node.course.90byte.com/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.
