A simple HTTP 1.0 Webserver using C
The program is already compiled and ready to use. Special thanks to Andreas Luft for co-programming!
There is nothing to install :D
- To start the web server under Linux, the following command is sufficient
- ./server >>portnumber<<
- The Webserver is very simple based on HTTP 1.0 and works only with GET request.
- The Code is self-explanatory commented
- more functions -> like HTTP 1.1 (2.0), POST, ...