# node-demo **Repository Path**: nodedev/node-demo ## Basic Information - **Project Name**: node-demo - **Description**: node 的demo项目组 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #node-demo > 如果我们使用PHP来编写后端的代码时,需要Apache 或者 Nginx 的HTTP 服务器,并配上 mod_php5 模块和php-cgi。 从这个角度看,整个"接收 HTTP 请求并提供 Web 页面"的需求根本不需 要 PHP 来处理。(**怎么说呢,就像java和jetty/netty/nginx**) 使用 Node.js 时,我们不仅仅在实现一个应用,同时还实现了整个 HTTP 服务器。事实上,我们的 Web 应用以及对应的 Web 服务器基本上是一样的。 ---------- [Node 学习之路开启](https://www.zybuluo.com/xiu-tanwy/note/557152) [NPM介绍](https://www.zybuluo.com/xiu-tanwy/note/557221) [Node.js回调函数](https://www.zybuluo.com/xiu-tanwy/note/557237) [Node.js Buffer(缓冲区)](https://www.zybuluo.com/xiu-tanwy/note/557410) [Node.js模块系统](https://www.zybuluo.com/xiu-tanwy/note/557458) [Node.js 函数](https://www.zybuluo.com/xiu-tanwy/note/557650) [Node.js 全局对象](https://www.zybuluo.com/xiu-tanwy/note/557707) [Node.js 常用工具](https://www.zybuluo.com/xiu-tanwy/note/559300) [Node.js 文件系统](https://www.zybuluo.com/xiu-tanwy/note/559377) [NodeJs GET/POST](https://www.zybuluo.com/xiu-tanwy/note/559678) [NodeJs 工具模块](https://www.zybuluo.com/xiu-tanwy/note/560059) [Node.js Web 模块](https://www.zybuluo.com/xiu-tanwy/note/560239) [Node.js Express 框架](https://www.zybuluo.com/xiu-tanwy/note/560401) [Node.js 多进程](https://www.zybuluo.com/xiu-tanwy/note/560422) [Node.js RESTful API](https://www.zybuluo.com/xiu-tanwy/note/561572)