###### tags: `Node.js` # 使用 Node.js 開 API ### 1. 首先要先理解一些知識 * ### API運作圖示  * ### RestfulAPI 是什麼? 是一種設計風格,不是規範或標準 解說 : https://tw.alphacamp.co/blog/rest-restful-api * ### WebAPI 又是什麼? 客戶端和伺服器端會透過 HTTP 通訊協定來進行請求與回應。 ### 2. 產生 Server 環境 * ### 使用 Express (node.js web框架) 應用程式產生器快速產生 Web Server 端架構 這種方式只是其產生 Express 環境的一種方式,也可自己手動安裝設定 官方使用教學 : https://expressjs.com/zh-tw/starter/generator.html
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.