# node_express_koa2 **Repository Path**: zhanghui8000/node_express_koa2 ## Basic Information - **Project Name**: node_express_koa2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 端口 / 启动 ``` nginx: 8000 -- nginx node : 8081 -- npm run dev html : 8080 -- cd到html目录运行:http-server redis: -- redis-server mySql: 启动 mysql 访问页面: http://localhost:8000 访问页面 ``` # nginx ``` 查看nginx进程: ps -ef|grep nginx 杀死进程 : kill ``` # blog\ ``` 总工程项目文件夹【node】 ``` # Node_\ ``` 使用原生node写 服务 / 获取get数据 / 获取post数据 ``` # Mysql_\ ``` mysql的使用 ``` # Redis_\ ``` radis的使用 ``` # html_\ ``` 前端页面 ``` # File_\ ``` nodejs 文件操作 ``` # Stream_\ ``` 流输入输出 .pipe() ```