websocket 301 using domain but not using ip direcly

前端 未结 0 1103
灰色年华
灰色年华 2021-01-23 12:39

I run a simple websocket using

const WebSocket = require(\'ws\')

const wss = new WebSocket.Server({ port: 8080 });

when I try to connect to the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题