Hello, I am going to study how to working on daemon / socket, and I am working on a Win32 environment.
As beginning, I only want to run a daemon listening on a port, and when I send http request to the port, the daemon will return me a '1'. And that's it. Any simplest sample code for this? I've tried on Google, but they goes too in-depth for me that I can't understand. Besides, is that any particular modules I need to install ( for Win32 ) to making things work ? Thank you very much