Skip to content

liujianjiang/websocket-debug-tool

 
 

Repository files navigation

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

About

A tool to debug websocket/sockjs/stomp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • Java 34.2%
  • CSS 4.9%
  • HTML 1.2%