但是用本地电脑作为服务器时总是提示错误:
var ws = new WebSocket('ws://localhost:8080');
提示:
WebSocket connection to 'ws://localhost:8080/' failed: Error during WebSocket handshake: Unexpected response code: 200
URL: http://localhost:8080/x5/UI2/v_/Experiment/index.w?device=m#!content1
按F12观察浏览器控制台提示错误:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
index.js:236 WebSocket connection to 'ws://localhost:8080/' failed: Error during WebSocket handshake: Unexpected response code: 200
index.js:251 error occurred!
index.js:254 close code=1006