Skip to content

petter-gao/HttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpServer

这是一个依赖NodeJS来构建HttpServer的工具,所以如果你还没安装NodeJS,请前往NodeJS官网下载并安装。

使用方法

  1. 将HTML文件放到assets目录下;
  2. 打开终端,切换到当前目录,执行node node.js,启动成功后可以从输出信息中获取监听端口,默认是3000
  3. 打开浏览器,输入地址127.0.0.1:3000/index.html,就可以查看index.html这个文件了。%

About

A tool to create a http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published