Hello world/Web server: Difference between revisions

No edit summary
Line 918:
 
=={{header|Panda}}==
Using the command line client. Listen to port 8080. For each request a request object is returned, we ignore this and just use it to send message which will be the response.
 
<lang panda>8080.port.listen.say("Hello world!")</lang>