https://github.com/fpena2/socketscout
Tauri application for testing WebSocket servers
https://github.com/fpena2/socketscout
rust tauri websocket
Last synced: about 2 months ago
JSON representation
Tauri application for testing WebSocket servers
- Host: GitHub
- URL: https://github.com/fpena2/socketscout
- Owner: fpena2
- License: gpl-3.0
- Created: 2025-01-31T04:38:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T03:50:11.000Z (about 2 months ago)
- Last Synced: 2025-03-17T04:33:33.787Z (about 2 months ago)
- Topics: rust, tauri, websocket
- Language: TypeScript
- Homepage:
- Size: 899 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socket-scout
## Prerequisites
- [Tauri dependencies](https://tauri.app/start/prerequisites/#linux)
- Enable [`yarn`](https://yarnpkg.com/getting-started/install)## Development
In Linux, avoid using `VSCode`'s terminal if installed as `flatpack` or `snap`.
```bash
yarn install
yarn tauri dev
```## Features
- Connect to multiple servers
- Receive and send input to multiple servers at once
- In-memory message storage## Preview
