Crates.io | netdog |
lib.rs | netdog |
version | 1.0.0 |
source | src |
created_at | 2024-05-12 04:19:16.603511 |
updated_at | 2024-05-12 04:22:19.371449 |
description | A tiny terminal-based TCP server/client |
homepage | https://github.com/interrrp/netdog |
repository | https://github.com/interrrp/netdog |
max_upload_size | |
id | 1237226 |
size | 11,002 |
A tiny terminal-based TCP server/client.
netdog localhost 8080 # Connect to localhost port 8080 (localhost:8080)
netdog localhost 8080 -s # Start a server on localhost:8080
netdog -h # Show the help message
netdog is licensed under the MIT license.