本地HTTP WEB服务快速搭建

无依赖,一个命令启动,支持windows,Linux, MacOS。
可用于快速搭建HTTP服务,提供一个文件浏览的web服务。

比Apache,Nginx,IIS等,更方便于开发调试,不需要安装配置。

下载地址: https://github.com/wujianar/simple-server,或 https://gitee.com/wujianar/simple-server

Linux系统使用如下:

./http-server_linux

默认使用3000端口,也可以指定端口启动。

./http-server_linux -port 3000

Windows下直接双击运行。

在浏览器中打开地址: http://127.0.0.1:3000 或 http://你的ip地址:3000。