# Node.js基础 **Repository Path**: bianlinge/nodejs-basis ## Basic Information - **Project Name**: Node.js基础 - **Description**: Node.js基础学习工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-07 - **Last Updated**: 2022-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js 基础 #### 介绍 Node.js 基础学习工程 目录 1. Node.js 简介 2. 模块的暴露和引入(exports 和 require) 3. 模块的暴露(module.exports) 4. npm 5. Buffer 缓冲区 6. fs 文件系统 1. 同步文件的写入 2. 异步文件的写入 3. 简单文件的写入 4. 流式文件的写入 5. 文件的读取 6. 流式文件的读取 7. http 1. 简单 web 服务器 2. 把 ip、端口配置封装 3. 变换地址跳转内容 4. 在服务器访问 html 8. EJS 1. ejs 写网页 2. 留言板