Mercurial > public > hey
changeset 15:07f578438b0f
fix typo
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Fri, 21 Jul 2023 10:15:34 +0100 |
parents | f6fc13a3fe88 |
children | 38d2aa61bcbc |
files | README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Fri Jul 21 10:10:12 2023 +0100 +++ b/README.md Fri Jul 21 10:15:34 2023 +0100 @@ -19,7 +19,7 @@ - Run `docker logs --follow hey-server-1` in another terminal. Doing that you can see the messages arrive at the server. - If you have Wireshark installed you can use it to sniff the packets sent in the Docker network. This is good to understand TCP. -## What you could do next? +## What could you do next? A good exercise will be to implement logic for some commands in the server. For example, you could program the server to send to the client the current date every time the server receives the command `date`.