Hi! I want to write simple web server that can handle the simple GET command. I already make a socket connect to the destination host. But after that, how can I do? Please help me! Thank you very much.
victor
8:27 am on Nov 24, 2003 (gmt 0)
You don't say what language you are writing the server in.
There are a couple of fully-formed webservers in a high-level language at: [rebol.org...]
They might help inspire you or show you the techniques you need.
Terence
8:40 am on Nov 24, 2003 (gmt 0)
Thank you for your information first, I use a C language.