在Linux中发送websocket请求命令

1.环境准备

npm install wscat -g

2.执行命令

wscat -c ws://www.test.com/websocket

你可能感兴趣的:(websocket,网络协议,网络)