資料參考

Node.js – createServer 起手式 – iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天 (ithome.com.tw)

1.創建你的第一個 Node.js 伺服器

  • req (request) – 當使用者呼叫資料時所發出的請求。
  • res (response) – 回傳給使用者的資料。

帶入 createServer 參數

2.運行你的伺服器

Edge瀏覽器內的操作

3.觀看伺服器運作狀態

4.觀看伺服器運作狀態

檔案: node apphttp.js

觀看Visual Studio 內的Terminal 狀態

Edge瀏覽器內的狀態