File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# websocket debug tool
2
2
3
3
A tool to debug websocket/sockjs/stomp.
4
+
5
+ ![ ] ( screenshot.png )
6
+
7
+ # Features
8
+
9
+ * support WebSocket/[ SockJS] ( https://github.com/sockjs/sockjs-client ) , with or without [ STOMP] ( https://github.com/jmesnil/stomp-websocket )
10
+ * React + ES6 + webpack + [ Ant Design] ( https://github.com/ant-design/ant-design )
11
+
12
+ # Quick Start
13
+
14
+ Open [ http://jiangxy.github.io/websocket-debug-tool ] ( http://jiangxy.github.io/websocket-debug-tool ) and use directly.
15
+
16
+ If you wanna modify the source code:
17
+
18
+ 1 . node 5.3, npm 3.3+
19
+ 2 . ` git clone ` and ` npm install `
20
+ 3 . ` npm run dev ` to start webpack-dev-server
21
+ 4 . open ` http://localhost:4040 `
22
+
23
+ # Spring-based server
24
+
25
+ There is a spring-based WebSocket server in the [ java] ( java ) folder for test. View [ Doc] ( java/README.md ) .
26
+
27
+ # Browsers support
28
+
29
+ | [ <img src =" https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/chrome.png " alt =" Chrome " width =" 16px " height =" 16px " />] ( http://godban.github.io/browsers-support-badges/ ) </br >Chrome |
30
+ | --------- |
31
+ | last 2 versions
You can’t perform that action at this time.
0 commit comments