一個簡單的零配置命令列HTTP伺服器 - http-server (nodeJs)

來源:互聯網
上載者:User

標籤:lin   blank   robot   .json   日誌資訊   --help   檔案   pts   訪問   

http-server 是一個簡單的零配置命令列HTTP伺服器, 基於 nodeJs.

如果你不想重複的寫 nodeJs 的 web-server.js, 則可以使用這個.

安裝 (全域安裝加 -g) : 

 npm install http-server 

 

Windows 下使用:

在網站目錄下開啟命令列輸入

 http-server

  

訪問: http://localhost:8080 or http://127.0.0.1:8080 

 

使用於package.json

 "scripts": {     "start": "http-server -a 0.0.0.0 -p 8000", }

 

參數 :

-p 連接埠號碼 (預設 8080)-a IP 位址 (預設 0.0.0.0)-d 顯示目錄列表 (預設 ‘True‘)-i 顯示 autoIndex (預設 ‘True‘)-e or --ext 如果沒有提供預設的副檔名(預設 ‘html‘)-s or --silent 禁止日誌資訊輸出--cors 啟用 CORS via the Access-Control-Allow-Origin header-o 在開始服務後開啟瀏覽器
-c 為 cache-control max-age header 設定Cache time(秒) , e.g. -c10 for 10 seconds (defaults to ‘3600‘). 禁用 caching, 則使用 -c-1.
-U 或 --utc 使用UTC time 格式化log訊息

-P or --proxy Proxies all requests which can‘t be resolved locally to the given url. e.g.: -P http://someurl.com

-S or --ssl 啟用 https

-C or --cert ssl cert 檔案路徑 (default: cert.pem)

-K or --key Path to ssl key file (default: key.pem).

-r or --robots Provide a /robots.txt (whose content defaults to ‘User-agent: *\nDisallow: /‘)

-h or --help 列印以上列表並退出

 

 引用文檔: a simple zero-configuration command-line http server

一個簡單的零配置命令列HTTP伺服器 - http-server (nodeJs)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.