# Node.js
**Repository Path**: chevis99/Node.js
## Basic Information
- **Project Name**: Node.js
- **Description**: 一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
- **Primary Language**: HTML
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2019-07-19
- **Last Updated**: 2021-08-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 写在前面
本仓库是自己 `Node.js` 学习过程的真实记录,以后会每天更新一些新的知识点,希望可以对想要学 `Node.js` 的同学有一些帮助,欢迎 `star`,你们的点赞是我更新的持久动力。同时如果你觉得本仓库中的一些知识点有错误也可以提交 `issue`或者 `pr`,方便后期我订正!
> 本仓库同时在博客园和掘金更新,欢迎写博客的朋友一起学习交流。
**博客园**
找我
**掘金**
找我
## 知识点导航
下面的知识点也是按照学习的顺序循序渐进,由浅及深,读者可以仿照来阅读。
* [学习 node 有啥用?](https://github.com/pubdreamcc/Node.js/blob/master/%E7%AC%AC%E4%B8%80%E7%AB%A0/%E5%AD%A6%E4%B9%A0Node%E8%83%BD%E5%A4%9F%E4%B8%BA%E6%88%91%E4%BB%AC%E5%B8%A6%E6%9D%A5%E4%BB%80%E4%B9%88.md)
* [node简介及模块化理解](https://github.com/pubdreamcc/Node.js/tree/master/%E7%AC%AC%E4%B8%80%E7%AB%A0)
* [node内置核心模块](https://github.com/pubdreamcc/Node.js/tree/master/%E7%AC%AC%E4%BA%8C%E7%AB%A0)
* [node中模板引擎的使用及简单案例](https://github.com/pubdreamcc/Node.js/tree/master/%E7%AC%AC%E4%B8%89%E7%AB%A0)
* [express框架及案例](https://github.com/pubdreamcc/Node.js/tree/master/%E7%AC%AC%E5%9B%9B%E7%AB%A0)
* [node操作mongoDB](https://github.com/pubdreamcc/Node.js/tree/master/%E7%AC%AC%E4%BA%94%E7%AB%A0)
## 案例demo导航
* [node实现评论社区](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/commentList)
* [node自制简易Apache](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/server)
* [express的hello world](https://github.com/pubdreamcc/Node.js/blob/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/app.js)
* [express的静态服务](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/express%E9%9D%99%E6%80%81%E6%9C%8D%E5%8A%A1)
* [express解析post请求体数据](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/express%E8%8E%B7%E5%8F%96post%E8%AF%B7%E6%B1%82%E6%95%B0%E6%8D%AE)
* [express模板引擎的使用](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/express-art-template)
* [express提取路由模板](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/express%E4%B8%AD%E8%B7%AF%E7%94%B1%E6%A8%A1%E5%9D%97%E7%9A%84%E6%8F%90%E5%8F%96)
* [express重写评论社区](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/expressCommentList)
* [express实现学生信息管理系统](https://github.com/pubdreamcc/Student-Management-System)
* [node爬取百度新闻热点news](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/Node.js%E5%AE%9E%E7%8E%B0%E7%88%AC%E8%99%AB)
* [node爬取掘金前端优质文章](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/Express/%E7%88%AC%E5%8F%96%E6%8E%98%E9%87%91%E8%B5%84%E6%BA%90)
* [mongoose操作mongoDB增删改查](https://github.com/pubdreamcc/Node.js/tree/master/Node%E5%AD%A6%E4%B9%A0demo%E6%A1%88%E4%BE%8B/mongoose-demo)
* [node 连接 mongoDB 模仿cnode中文交流社区](https://github.com/pubdreamcc/Blog-Forum)