Home > Q&A > body text
js的ws client:
js
ws client
var ws = new WebSocket('ws://*.com/tail);
求解决
伊谢尔伦2017-04-17 17:06:11
That’s because you access it directly using the http protocol. To use the websocket client, use ws://