aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/websockets_api/index.html
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/index.html
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/index.html')
-rw-r--r--files/ko/web/api/websockets_api/index.html3
1 files changed, 2 insertions, 1 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>