26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
{{omit from|GUISS}}
|
|
{{omit from|Locomotive Basic|No sockets}}
|
|
{{omit from|Lotus 123 Macro Scripting}}
|
|
{{omit from|Maxima}}
|
|
{{omit from|ML/I|No sockets}}
|
|
{{omit from|Retro}}
|
|
{{omit from|SQL PL|It does not listen any port different to the database server and it does not has daemons - No sockets}}
|
|
{{omit from|TI-83 BASIC}}
|
|
{{omit from|ZX Spectrum Basic|No sockets}}
|
|
|
|
The browser is the new [[GUI]] !
|
|
|
|
|
|
;Task:
|
|
Serve our standard text <big><big><code>Goodbye, World!</code></big></big> 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.
|
|
<br><br>
|