Skip to content

Commit f1006d7

Browse files
Jeehay28Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line276 (#1606)
1 parent 5fad381 commit f1006d7

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
@@ -273,7 +273,7 @@ To get connection state, additionally there's `socket.readyState` property with
273273

274274
## 채팅 앱 만들기
275275

276-
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.
276+
브라우저의 웹소켓 API와 Node.js에서 제공하는 웹소켓 모듈을 사용해 채팅앱을 만들어봅시다. 여기선 클라이언트(브라우저) 측에 집중해서 앱을 만들건데 서버측도 아주 간단하니 참고해주세요.
277277

278278
HTML에선 메시지를 보낼 때 사용할 `<form>`과 수신받을 메시지를 보여줄 `<div>`가 필요합니다.
279279

0 commit comments

Comments
 (0)