Express
Introduction
Express 是 Node.js 的開發框架
可以用來開一個 Server 以及架一個 Router
實際應用
首先,你要先
npm install express
再來,建立一個
Route.js
最後輸入
Node Route.js
localhost:3000 服務成功
Last updated
Was this helpful?
Express 是 Node.js 的開發框架
可以用來開一個 Server 以及架一個 Router
首先,你要先 npm install express
再來,建立一個 Route.js
最後輸入 Node Route.js
localhost:3000 服務成功
Last updated
Was this helpful?