# simple-server **Repository Path**: wujianar/simple-server ## Basic Information - **Project Name**: simple-server - **Description**: 简单的HTTP WEB静态文件服务,无依赖,一个命令启动。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-server 简单的HTTP WEB静态文件服务,无依赖,一个命令启动。 # 1. 启动命令 程序默认监听3001端口,可添加参数自定义端口,如。 ```bash ./http-server_linux -port 3000 ``` ## 1.1 Windows 双击或在控制台运行 ```shell http-server_windows.exe ``` ## 1.2 Linux 控制台中运行 ```bash ./http-server_linux ``` ## 1.3 MacOS 控制台中运行 ```bash ./http-server_darwin ```