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 ca3ea8d commit f52f489Copy full SHA for f52f489
README.md
@@ -240,7 +240,7 @@ def listenKeyboardFunc(self):
240
241
# websocket
242
243
-## websocket server
+## websocket server (python file)
244
```
245
import asyncio;
246
# 웹 소켓 모듈을 선언한다.
@@ -260,7 +260,7 @@ asyncio.get_event_loop().run_until_complete(start_server);
260
asyncio.get_event_loop().run_forever();
261
262
263
- ## websocket client
+ ## websocket client (html file)
264
265
<!DOCTYPE html>
266
<html>
0 commit comments