netdog 1.0.0

A tiny terminal-based TCP server/client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 🐶 netdog

A tiny terminal-based TCP server/client.

## 🧑‍💻 Usage

```sh
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](./LICENSE).