Skip to content

Commit 6e529c9

Browse files
remonie7Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역, line63 (#883)
1 parent 5f16977 commit 6e529c9

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
@@ -60,7 +60,7 @@ socket.onerror = function(error) {
6060
};
6161
```
6262

63-
For demo purposes, there's a small server [server.js](demo/server.js) written in Node.js, for the example above, running. It responds with "Hello from server, John", then waits 5 seconds and closes the connection.
63+
위 예시는 데모 목적을 위해 만들어놓은 작은 Node.js 서버([server.js](demo/server.js))에서 돌아갑니다. 이 서버는 'Hello from server, John'이라는 메시지가 담긴 응답을 보내고, 5초 후 커넥션을 종료시킵니다.
6464

6565
So you'll see events `open` -> `message` -> `close`.
6666

0 commit comments

Comments
 (0)