Skip to content

Commit 3612cf8

Browse files
Merge pull request #1617 from ZeroCokeBearer/1606-line-291
[웹소켓]번역-line-291(#1606)
2 parents 77e2e59 + c8592c0 commit 3612cf8

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
@@ -288,7 +288,7 @@ HTML: we need a `<form>` to send messages and a `<div>` for incoming messages:
288288
<div id="messages"></div>
289289
```
290290

291-
From JavaScript we want three things:
291+
자바스크립트론 다음 세 가지 기능을 구현해야 합니다.
292292
1. Open the connection.
293293
2. On form submission -- `socket.send(message)` for the message.
294294
3. On incoming message -- append it to `div#messages`.

0 commit comments

Comments
 (0)