g0dkar / websocket-debugger

A small Java project to help debug and develop WebSockets servers. Basically it's a console to communicate directly with an WebSockets Server. Based on TooTallNate's Java-WebSocket project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websocket-debugger

A Little Java project to help debug and develop WebSockets servers. Basically it's a console to communicate directly with an WebSockets Server.

Usage

If you're on Windows, simply download and double-click "websockets-debugger-1.0-jar-with-dependencies.jar". It's a runnable JAR file. This may work on Linux / OSX too.

Through a CLI just run java -jar websockets-debugger-1.0-jar-with-dependencies.jar.

This project uses the Java-WebSocket project, by TooTallNate. If you pretend to work with the source-code directly, please get his project and run a maven install on it (as far as I know, his project is NOT on the maven central repository). Please, get to know his awesome project!

P.S.: Feel free to rename the long filename (automatically generated by maven, hehe)

Helping

If you find any bugs or think of any feature you'd like included please contact me! Or you can implement them yourself and send them to the project :)

If you want to help translate the application to your language, translate the strings.properties file in the /src/main/resources directory an name it strings_<language code>.properties (or strings_<language code>_<dialect/country>.properties)

About

A small Java project to help debug and develop WebSockets servers. Basically it's a console to communicate directly with an WebSockets Server. Based on TooTallNate's Java-WebSocket project.

License:MIT License


Languages

Language:Java 72.4%Language:CSS 27.6%