You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# websocket debug tool
1
+
# WebSocket Debug Tool
2
2
3
3
A tool to debug websocket/sockjs/stomp.
4
4
@@ -11,18 +11,18 @@ A tool to debug websocket/sockjs/stomp.
11
11
12
12
# Quick Start
13
13
14
-
Open [http://jiangxy.github.io/websocket-debug-tool](http://jiangxy.github.io/websocket-debug-tool) and use directly.
14
+
Open [http://jiangxy.github.io/websocket-debug-tool](http://jiangxy.github.io/websocket-debug-tool) and use directly. Pay attention to Cross-Domain Policy.
15
15
16
16
If you wanna modify the source code:
17
17
18
-
1. node 5.3, npm 3.3+
18
+
1. node 5.3+, npm 3.3+
19
19
2.`git clone` and `npm install`
20
-
3.`npm run dev` to start webpack-dev-server
20
+
3.`npm run dev` to start webpack-dev-server (with react-hot-loader)
21
21
4. open `http://localhost:4040`
22
22
23
23
# Spring-based server
24
24
25
-
There is a spring-based WebSocket server in the [java](java) folder for test. View [Doc](java/README.md).
25
+
There is a spring-based WebSocket server in the [java](java) folder for test purpose. View [Doc](java/README.md).
0 commit comments