WebSocket Debug Tool
A tool to debug websocket/sockjs/stomp.
Features
- support WebSocket/SockJS, with or without STOMP
- React + ES6 + webpack + Ant Design
Quick Start
Open http://jiangxy.github.io/websocket-debug-tool and use directly. Pay attention to Cross-Domain Policy.
If you wanna modify the source code:
- node 5.3+, npm 3.3+
git clone
andnpm install
npm run dev
to start webpack-dev-server (with react-hot-loader)- open
http://localhost:4040
Spring-based & Netty-based server
There is a spring-based WebSocket server in the java folder for test purpose. View Doc.
There is also a netty-based example server.
Browsers support
Chrome |
---|
last 2 versions |