質問編集履歴
2
タイトル修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
WebSocket connection to 'wss://localhost:8888/' failed: のエラーに関して
|
1
|
+
Node.jsを利用したWebSocket connection to 'wss://localhost:8888/' failed: のエラーに関して
|
test
CHANGED
File without changes
|
1
wss->ws
test
CHANGED
File without changes
|
test
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<script>
|
75
75
|
// 設定
|
76
|
-
const URL = 'ws
|
76
|
+
const URL = 'ws://localhost:8888/'
|
77
77
|
const PROTOCOL = 'ws-sample'
|
78
78
|
|
79
79
|
// WebSocket 通信を開始する
|