RosettaCodeData/Task/Hello-world-Web-server/00DESCRIPTION

26 lines
1 KiB
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{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}}
2018-06-22 20:57:24 +00:00
{{omit from|SQL PL|It does not listen any port different to the database server and it does not has daemons - No sockets}}
2015-02-20 00:35:01 -05:00
{{omit from|TI-83 BASIC}}
{{omit from|ZX Spectrum Basic|No sockets}}
2013-04-10 21:29:02 -07:00
2015-02-20 00:35:01 -05:00
The browser is the new [[GUI]] !
2013-04-10 21:29:02 -07:00
2016-12-05 22:15:40 +01:00
;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.
2015-02-20 00:35:01 -05:00
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
2016-12-05 22:15:40 +01:00
is not part of the task.
2015-02-20 00:35:01 -05:00
Additionally, it is permissible to serve the provided page as a plain text file (there is no requirement to serve properly formatted [[HTML]] here).
2016-12-05 22:15:40 +01:00
2015-02-20 00:35:01 -05:00
The browser will generally do the right thing with simple text like this.
2016-12-05 22:15:40 +01:00
<br><br>