Browse Source

Update README.md

Hamza elkhatri 2 years ago committed by mikysett
parent
commit
856819bfe0
  1. 5
      subjects/localhost/README.md

5
subjects/localhost/README.md

@ -7,11 +7,12 @@ HTTP is the foundation of data communication for the World Wide Web. Hypertext d
#### Server #### 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 ```console
$ ./localhost [CONFIG FILE] $ ./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. - Your server must not crash for any reason.
- Any request to your server should never hang forever. - Any request to your server should never hang forever.

Loading…
Cancel
Save