WebSocket 后端 node中使用 安装包 npm i ws -S 创建对象 const WebSocket = require("ws") const wss = new WebSocket.Server({ port: 9998 }) 监听事件 发送数据 yyshino小于 1 分钟FrontEndWebSocket