<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Websocket on Commentary of Takao</title><link>https://takao.blog/ko/tags/websocket/</link><description>Recent content in Websocket on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>ko</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/ko/tags/websocket/index.xml" rel="self" type="application/rss+xml"/><item><title>WebSocket for Real-Time Applications: Complete Guide</title><link>https://takao.blog/ko/web/websocket-applications/</link><pubDate>Tue, 14 May 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/ko/web/websocket-applications/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/websocket-applications-ko.png" alt="Featured image of post WebSocket for Real-Time Applications: Complete Guide" /&gt;&lt;p&gt;Real-time functionality has become a baseline expectation for modern web applications. WebSocket provides full-duplex communication channels over a single TCP 연결, enabling low-latency data 거래소 between client and 서버. This 가이드 covers the WebSocket protocol, implementation patterns, scaling strategies, and practical considerations for building production-grade real-time applications.&lt;/p&gt;
&lt;h2 id="websocket-protocol-overview"&gt;WebSocket Protocol Overview
&lt;/h2&gt;&lt;p&gt;WebSocket begins with an HTTP 업그레이드 handshake. The client sends an HTTP request with an &lt;code&gt;Upgrade: websocket&lt;/code&gt; header, and the 서버 responds with &lt;code&gt;101 Switching Protocols&lt;/code&gt; to establish the 연결. Once established, the 연결 transitions from HTTP to the WebSocket protocol on the same underlying TCP socket.&lt;/p&gt;</description></item></channel></rss>