aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/websockets/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/websockets/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/websockets/index.html')
-rw-r--r--files/ko/glossary/websockets/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ko/glossary/websockets/index.html b/files/ko/glossary/websockets/index.html
new file mode 100644
index 0000000000..743190595a
--- /dev/null
+++ b/files/ko/glossary/websockets/index.html
@@ -0,0 +1,31 @@
+---
+title: WebSockets
+slug: Glossary/WebSockets
+translation_of: Glossary/WebSockets
+---
+<p><em>WebSocket </em>은 언제든지 데이터를 교환할 수 있도록 {{Glossary("Server", "서버")}}와 클라이언트 간의 지속적인 {{Glossary("TCP")}} 연결을 허용하는 {{Glossary("protocol", "프로토콜")}}이다.</p>
+
+<p>어떤 클라이언트나 서버 애플리케이션도 WebSocket을 사용할 수 있지만, 주로 웹 {{Glossary("Browser", "브라우저")}}와 웹 서버를 사용할 수 있다. WebSocket을 통해 서버는 사전 클라이언트 요청 없이 클라이언트에 데이터를 전달할 수 있으므로 동적 컨텐츠 업데이트가 가능하다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+
+
+<h3 id="일반적_지식" style="line-height: 24px;">일반적 지식</h3>
+
+<ul>
+ <li>Wikipedia의 {{Interwiki("wikipedia", "Websocket")}} </li>
+</ul>
+
+<h3 id="기술적_참조">기술적 참조</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/WebSocket">WebSocket reference on MDN</a></li>
+</ul>
+
+<h3 id="이것에_대해_알아보기">이것에 대해 알아보기</h3>
+
+<ul>
+ <li><a href="/en-US/docs/WebSockets/Writing_WebSocket_client_applications">Writing WebSocket client applications</a></li>
+ <li><a href="/en-US/docs/WebSockets/Writing_WebSocket_servers">Writing WebSocket servers</a></li>
+</ul>