# http-test **Repository Path**: plumeNamek/http-test ## Basic Information - **Project Name**: http-test - **Description**: 简单的http服务器 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-test #### 介绍 简单的http服务器 #### 下载 git clone https://gitee.com/plumeNamek/http-test.git #### 安装 http-test文件夹下执行 npm install #### 运行 http-test文件夹下执行 npm run start #### 说明 浏览器运行http://localhost:4030/test,为测试的test路由 routes/test.js为路由配置