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
- Host: GitHub
- URL: https://github.com/adrianromero/websocketinspector
- Owner: adrianromero
- License: gpl-3.0
- Created: 2023-04-04T08:54:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T22:35:13.000Z (over 1 year ago)
- Last Synced: 2025-01-27T11:45:51.314Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

# 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.