From 4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 13:12:21 +0100 Subject: unslug zh-tw: modify --- files/zh-tw/web/api/websockets_api/index.html | 3 ++- .../websockets_api/writing_websocket_client_applications/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'files/zh-tw/web/api/websockets_api') diff --git a/files/zh-tw/web/api/websockets_api/index.html b/files/zh-tw/web/api/websockets_api/index.html index 3cbb630f41..403ac2b381 100644 --- a/files/zh-tw/web/api/websockets_api/index.html +++ b/files/zh-tw/web/api/websockets_api/index.html @@ -1,9 +1,10 @@ --- title: WebSockets -slug: WebSockets +slug: Web/API/WebSockets_API tags: - WebSockets translation_of: Web/API/WebSockets_API +original_slug: WebSockets ---

{{ SeeCompatTable() }}

WebSocket 是一種讓瀏覽器與伺服器進行一段互動通訊的技術。這個 API 在不必輪詢(poll)伺服器下,讓使用者傳送訊息至伺服器並接受事件驅動回應。

diff --git a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html index 8f1299379f..e5abbd7c9e 100644 --- a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html +++ b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html @@ -1,9 +1,10 @@ --- title: 製作 WebSocket 客戶端應用程式 -slug: WebSockets/Writing_WebSocket_client_applications +slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications tags: - WebSockets translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications +original_slug: WebSockets/Writing_WebSocket_client_applications ---

{{ draft() }}

-- cgit v1.2.3-54-g00ecf