Hello world/Web server: Difference between revisions

Content added Content deleted
No edit summary
Line 918: Line 918:


=={{header|Panda}}==
=={{header|Panda}}==
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.
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>
<lang panda>8080.port.listen.say("Hello world!")</lang>