摘要: npm install -g wscat wscat -l 8888 wscat -c ws://127.0.0.1:8888 const WebSocket = require('ws'); const ws = new WebSocket.Server({port: 8777}); ws.on( 阅读全文
posted @ 2022-11-20 08:48 ahuo 阅读(74) 评论(0) 推荐(0) 编辑