Sep
26
2006
26
2006
How a Web server actually works (with C source code)?
Do you wonder how to write a program that accepts incoming messages with a network socket? Have you ever just wanted your own Web server to experiment and learn with?
Have you ever wondered how a Web server actually works? Experiment with nweb — a simple Web server with only 200 lines of C source code. In this article, Nigel Griffiths provides a copy of this Web server and includes the source code as well. You can see exactly what it can and can’t do.
[More in below Article...]
How a Web server actually works (with C source code)?
Originally from nixCraft by
