From 8aba27a2ff05cd2ae5a24d6036693279ae161ca8 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:03:38 +0100 Subject: [PATCH] Update README.md --- subjects/localhost/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 1514d8c9..d6a0a0c1 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -7,11 +7,12 @@ HTTP is the foundation of data communication for the World Wide Web. Hypertext d #### Server -The Client can be written in one of these languages [Go,C++,C...] +The project can be written in one of these languages [Go,C++,C...] ```console $ ./localhost [CONFIG FILE] -Server is Runing in http://[IP]:[PORT] +Lisning on [IP]:[PORT] +Lisning on [IP]:[PORT2] ``` - Your server must not crash for any reason. - Any request to your server should never hang forever.