Hello world/Web server: Difference between revisions

Content added Content deleted
(Added example with tap method.)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 11: Line 11:
The browser is the new [[GUI]] !
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. <br>
;Task:
Serve our standard text &nbsp; <big><big><code>Goodbye, World!</code></big></big> &nbsp; to &nbsp; http://localhost:8080/ &nbsp; 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.
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
Note that starting a web browser or opening a new window with this URL
is not part of the task. <br>
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).
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.
The browser will generally do the right thing with simple text like this.
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==