Forum Moderators: open

Message Too Old, No Replies

Ask For Help about Web Server Programming

         

Terence

11:32 am on Nov 23, 2003 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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)

10+ Year Member



Thank you for your information first, I use a C language.