netdog

Crates.ionetdog
lib.rsnetdog
version1.0.0
sourcesrc
created_at2024-05-12 04:19:16.603511
updated_at2024-05-12 04:22:19.371449
descriptionA tiny terminal-based TCP server/client
homepagehttps://github.com/interrrp/netdog
repositoryhttps://github.com/interrrp/netdog
max_upload_size
id1237226
size11,002
int (interrrp)

documentation

README

🐶 netdog

A tiny terminal-based TCP server/client.

🧑‍💻 Usage

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

🔑 License

netdog is licensed under the MIT license.

Commit count: 7

cargo fmt