Skip to content

Commit 370ad9a

Browse files
committed
update readme
1 parent 00f27bd commit 370ad9a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
11
# websocket debug tool
22

33
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

screenshot.png

245 KB
Loading

0 commit comments

Comments
 (0)