基于python

# 基于python2
python -m SimpleHTTPServer 8088

# 基于python3
python -m http.server 8088

基于Node.js