aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/websockets_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/api/websockets_api
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/api/websockets_api')
-rw-r--r--files/ko/web/api/websockets_api/index.html3
-rw-r--r--files/ko/web/api/websockets_api/writing_websocket_client_applications/index.html3
-rw-r--r--files/ko/web/api/websockets_api/writing_websocket_servers/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/ko/web/api/websockets_api/index.html b/files/ko/web/api/websockets_api/index.html
index 8b6fd20b1a..d4e1092ee3 100644
--- a/files/ko/web/api/websockets_api/index.html
+++ b/files/ko/web/api/websockets_api/index.html
@@ -1,7 +1,8 @@
---
title: 웹 소켓
-slug: WebSockets
+slug: Web/API/WebSockets_API
translation_of: Web/API/WebSockets_API
+original_slug: WebSockets
---
<p>웹 소켓은 사용자의 브라우저와 서버 사이의 인터액티브 통신 세션을 설정할 수 있게 하는 고급 기술입니다. 개발자는 웹 소켓 API를 통해 서버로 메시지를 보내고 서버의 응답을 위해 서버를 폴링하지 않고도 이벤트 중심 응답을 받는 것이 가능합니다.</p>
diff --git a/files/ko/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/ko/web/api/websockets_api/writing_websocket_client_applications/index.html
index e7826d8595..484a1bef26 100644
--- a/files/ko/web/api/websockets_api/writing_websocket_client_applications/index.html
+++ b/files/ko/web/api/websockets_api/writing_websocket_client_applications/index.html
@@ -1,6 +1,6 @@
---
title: WebSocket을 이용하여 클라이언트 애플리케이션 작성하기
-slug: WebSockets/Writing_WebSocket_client_applications
+slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications
tags:
- 가이드
- 네트워킹
@@ -9,6 +9,7 @@ tags:
- 웹소켓API
- 클라이언트
translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications
+original_slug: WebSockets/Writing_WebSocket_client_applications
---
<p>WebSocket은 ws 프로토콜을 기반으로 클라이언트와 서버 사이에 지속적인 완전 양방향 연결 스트림을 만들어 주는 기술입니다. 일반적인 웹소켓 클라이언트는 사용자의 브라우저일 것이지만, 그렇다고 해서 이 프로토콜이 플랫폼에 종속적이지는 않습니다.</p>
diff --git a/files/ko/web/api/websockets_api/writing_websocket_servers/index.html b/files/ko/web/api/websockets_api/writing_websocket_servers/index.html
index 24c3cbe6c0..79ed39021a 100644
--- a/files/ko/web/api/websockets_api/writing_websocket_servers/index.html
+++ b/files/ko/web/api/websockets_api/writing_websocket_servers/index.html
@@ -1,7 +1,8 @@
---
title: 웹소켓 서버 작성하기
-slug: WebSockets/Writing_WebSocket_servers
+slug: Web/API/WebSockets_API/Writing_WebSocket_servers
translation_of: Web/API/WebSockets_API/Writing_WebSocket_servers
+original_slug: WebSockets/Writing_WebSocket_servers
---
<p>{{gecko_minversion_header("2")}}</p>