movii
8/3/2017 - 3:45 AM

笔记:OpenSSL 生成「自签名」证书,配置 Nodejs 本地 HTTPS 服务 - 16. Python 跑 HTTP server

笔记:OpenSSL 生成「自签名」证书,配置 Nodejs 本地 HTTPS 服务 - 16. Python 跑 HTTP server

# 命令行中跑 HTTP server 的 Python3 
python3 -m http.server 3000

# Python2 对应的是
python -m SimpleHTTPServer 3000