Socket Probe
is a flutter application for testing websocket connections.
- Support websocket WSS and WS Protocols.
- Support Event based sockets like Socket IO.
- Websocket headers and parameters for "event based" websockets.
- π» Supports MacOS and Windows.
--
- You can download the Macos/Windows link directly from github_releases (https://github.com/TheCodeDaniel/socket_probe/releases)
or
- Create a fork of the repository and run the code.
- Linux Support.
- Dark mode support.
- Shorebird support. β
- Websocket connection history.
- Websocket speed metrics and custom logs.
- modern UI re-design.
Run the following commands:
dart format --line-length 120 .
to make the code easier to read.
flutter analyze
to analyze the code patterns