{{alert.content}}
WebSocket
在线测试工具
服务器配置 状态: {{ instance.readyState | rStatus }}
服务地址
{{ connected ? '关闭连接' : '开启连接' }}
说明:
0. 测试ws(非 wss)连接时,请确保本网页是通过 http 方式加载,如果不是的话,需要手动调整为 http 方式加载
1. im-server-host 填节点域名
2. websocket(ws) 端口默认是 8083
3. secure websocket(wss) 端口默认是 8084
发包设置
每隔
秒发送内容
{{ autoSend ? '停止发送' : '开始发送' }}
发包清空输入
发送到服务端
调试消息
{{item.time}} =>
{{item.content}}
消息记录
清空消息
收包清空记录
收包JSON解码
暂停接收
{{item.direction ? '发送' : '收到'}}消息
{{item.time}}
{{ item.content }}