Hello,
I have successfully created a client-server application.
The server listens on a specific port (say: 12345) and accepts incoming client connections.
Now, I'd like to be able to provide a server status html report tho whoever types in his browser the address http://myMachineIpOrDns:12345/
Can you advice me on how to write a simple webserver? It doesn't have to support POST, GET or make ASP pages run.
I just want it to detect and catch the incoming http requests and answer with some html created on the fly. Is this possible?
Thanks.
