An open API service indexing awesome lists of open source software.

https://github.com/adrianromero/websocketinspector

WebSocket Inspector is a tool for testing WebSocket clients
https://github.com/adrianromero/websocketinspector

Last synced: 3 months ago
JSON representation

WebSocket Inspector is a tool for testing WebSocket clients

Awesome Lists containing this project

README

        

# WebSocket Inspector

WebSocket Inspector is a developer tool for testing WebSocket clients. Provides a WebSocket server and the UI to inspect and interact with the clients connected to the server.

You can use it to test and debug your WebSocket client applications mocking the messages provided by the service you are working with without having to use it.

It is multiplatform and can run on Windows, MacOS or Linux.

![Screenshot](./images/websocketinspector-clientmessages.png)

# Getting started

## Install and execute WebSocket Inspector

# License

WebSocket Inspector is licensed under the GNU General Public License, Version 3, 29 June 2007.

Copyright (C) 2023 Adrián Romero.