Skip to content

Commit e296aec

Browse files
Merge pull request #22 from TheCodeDaniel/docs/update_documentation
Docs/update documentation
2 parents 1bd9d91 + 1429895 commit e296aec

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

README.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
1-
# socket_probe
1+
# Socket Probe
22

3-
A flutter application for testing websocket connections.
3+
`Socket Probe` is a flutter application for testing websocket connections.
4+
5+
## Features
6+
7+
- Support websocket WSS and WS Protocols.
8+
- Support Event based sockets like Socket IO.
9+
- Websocket headers and parameters for "event based" websockets.
10+
- 💻 Supports MacOS and Windows.
11+
12+
# Examples
13+
14+
<img width="720" alt="Example image description" src="https://github.com/user-attachments/assets/84fae435-8101-4c56-be98-3a52865548a9" /> <br/>
15+
![Screen Recording 2025-02-23 at 23 35 46](https://github.com/user-attachments/assets/680cb071-132e-449e-a1a8-8da06a9cb1d9)
16+
17+
--
18+
19+
# Installation
20+
21+
1. You can download the Macos/Windows link directly from github_releases
22+
(https://github.com/TheCodeDaniel/socket_probe/releases)
23+
24+
or
25+
26+
2. Create a fork of the repository and run the code.
27+
28+
### NOTE: On windows, it may display an `unknown publisher error`, you can press on skip or continue
29+
30+
# Upcoming features (Contributions are very welcome 🙏)
31+
32+
1. Linux Support.
33+
2. Dark mode support.
34+
3. Shorebird support.
35+
4. Websocket connection history.
36+
5. Websocket speed metrics and custom logs.
37+
6. modern UI re-design.
438

539
# Contribution instructions.
640

7-
Always use `dart format --line-length 120 .` to make the code easier to read.
41+
Run the following commands:
42+
`dart format --line-length 120 .` to make the code easier to read.
43+
`flutter analyze` to analyze the code patterns

0 commit comments

Comments
 (0)