update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
5
Task/Hello-world-Web-server/00DESCRIPTION
Normal file
5
Task/Hello-world-Web-server/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
The browser is the new [[GUI]]!
|
||||
|
||||
The task is to serve our standard text "Goodbye, World!" to http://localhost:8080/ so that it can be viewed with a web browser. The provided solution must start or implement a server that accepts multiple client connections and serves text as requested.
|
||||
|
||||
Note that starting a web browser or opening a new window with this URL is not part of the task. Additionally, it is permissible to serve the provided page as a plain text file (there is no requirement to serve properly formatted [[HTML]] here). The browser will generally do the right thing with simple text like this.
|
||||
Loading…
Add table
Add a link
Reference in a new issue