fixed an error in websockets and uploded vue

fixed an error in websockets and uploded vue
This commit is contained in:
ori agranat
2019-03-08 15:55:36 +02:00
parent e4278b9ef7
commit f6dc1e8094
5 changed files with 11923 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
let ws = new WebSocket("ws://localhost:8888/websocket");
var ws = new WebSocket("ws://localhost:8888/websocket");
// ws.onopen = function () {
// ws.send("hello");
// ws.send("hello");
// }
// ws.onmessage = function (ev) {
// alert(ev.data);