Skip to content

jiangxy/websocket-debug-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0376fe · May 8, 2017

History

10 Commits
Apr 17, 2017
May 8, 2017
Apr 18, 2017
Apr 17, 2017
Apr 17, 2017
Apr 18, 2017
Apr 17, 2017
Apr 17, 2017
Apr 17, 2017
May 8, 2017
Apr 17, 2017
Apr 17, 2017
Apr 18, 2017
Apr 17, 2017
Apr 17, 2017

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