Skip to content

Commit 19c2cf6

Browse files
TGBeginsViolet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line274 (#1606)
1 parent 6f574d1 commit 19c2cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ To get connection state, additionally there's `socket.readyState` property with
271271
- **`3`** -- "CLOSED": 커넥션이 종료됨
272272

273273

274-
## Chat example
274+
## 채팅 앱 만들기
275275

276276
Let's review a chat example using browser WebSocket API and Node.js WebSocket module <https://github.com/websockets/ws>. We'll pay the main attention to the client side, but the server is also simple.
277277

0 commit comments

Comments
 (0)