默默蜗牛

文章
2
资源
0
加入时间
3年0月9天

nodejs消息推送之ws

nodejs服务器端,如何消息的类型为test就返回消息,反之则群发:const WebSocket = require('ws');const wss = new WebSocket.Server({port:3030})const connection = {}wss.on('connection',ws => { ws.on('message',message =...