| Crates.io | freja |
| lib.rs | freja |
| version | 0.0.1 |
| created_at | 2025-06-30 09:24:18.472438+00 |
| updated_at | 2025-06-30 09:24:18.472438+00 |
| description | Command-line toolbox integrating multiple utilities; includes a WebSocket tester |
| homepage | |
| repository | https://github.com/karanabe/freja.git |
| max_upload_size | |
| id | 1731591 |
| size | 12,975 |
Freja aims to bundle several small command-line tools into a single binary. Currently it provides a WebSocket client and a simple echo server so you can quickly debug or demonstrate WebSocket interactions from the terminal.
tokio + tokio-tungstenite# Build and run as a client
cargo run -- websocket example.com --port 4444
# Listen as an echo server
cargo run -- websocket -l 0.0.0.0 --port 4444