We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e529c9 commit 1f1bd3aCopy full SHA for 1f1bd3a
5-network/11-websocket/article.md
@@ -6,7 +6,7 @@ WebSocket is especially great for services that require continuous data exchange
6
7
## A simple example
8
9
-To open a websocket connection, we need to create `new WebSocket` using the special protocol `ws` in the url:
+웹소켓 연결을 만들려면 `new WebSocket`을 호출하면 되는데, 이때 `ws`라는 특수 프로토콜을 사용합니다.
10
11
```js
12
let socket = new WebSocket("*!*ws*/!*://javascript.info");
0 commit comments