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

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

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

![image](./docs/app.png)