網站設計 – 採用 Node.js 為 Server 端技術
主題連結 | 說明 |
---|---|
node.js 必備知識 | callback / async+await / template / class / npm |
http 協定 | http / Client / Server |
koa 框架 | koa / koa-Router / koa-Static / koa-session / koa-mount / …. |
網站架設 | localhost / ngrok / github / linode / GCP / firebase |
Form 資訊傳遞 | FORM / GET / POST / REST |
AJAX 通訊技術 | AJAX / XmlHttp / Fetch-API |
安全性議題 | Sniffing / Injection / XSS |
MongoDB 資料庫 | mongod / mongo / mongodb / mongoose |
WebSocket 通訊技術 | websocket / socket.io |
範例程式 | https://github.com/ccccourse/ws |