Skip to content

Samler-Lee/sockjs-client-tool

Repository files navigation

sockjs-client-tool

Build Pages Deploy CodeQL

一个基于sockjs的websocket调试工具

特性

  • 支持SockJS连接
  • 支持多订阅区分显示
  • 支持Headers动态设置

在线使用地址

http://ws-tool.samler.cn

离线版本

离线版本需要您的设备中已安装Node.js环境,如未安装,请先安装Node.js,或是直接使用在线版本。

下载或Clone本项目

git clone https://github.com/Samler-Lee/sockjs-client-tool.git

git clone [email protected]:Samler-Lee/sockjs-client-tool.git

到项目路径中安装依赖

npm i

运行项目

npm run dev

构建项目(可选)

npm run build

npm run build-only

技术栈

Vue 3element-plussockjs-clientstompjs

许可证

MIT