Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 305 Bytes

Web-Static-Server

Node.js Web Static Server

  • 完全基于node原生自带模块实现的web静态资源服务

Usage

  • 将server文件置于前端资源目录下 执行node server 即可
  • node server [port]
  • for example: node server 3000
  • 默认80端口
  • 默认会打开index.html文件