Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

WebSocket Debug Tool

A tool to debug websocket/sockjs/stomp.

Features

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:

  1. node 5.3+, npm 3.3+
  2. git clone and npm install
  3. npm run dev to start webpack-dev-server (with react-hot-loader)
  4. 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
Chrome
last 2 versions
You can’t perform that action at this time.