We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612cf8 commit 6127a50Copy full SHA for 6127a50
5-network/11-websocket/article.md
@@ -291,7 +291,7 @@ HTML: we need a `<form>` to send messages and a `<div>` for incoming messages:
291
자바스크립트론 다음 세 가지 기능을 구현해야 합니다.
292
1. Open the connection.
293
2. On form submission -- `socket.send(message)` for the message.
294
-3. On incoming message -- append it to `div#messages`.
+3. 메시지 수신 처리 -- 수신한 메시지는 `div#messages`에 추가
295
296
Here's the code:
297
0 commit comments