Answer the question
In order to leave comments, you need to log in
Is there a source code for any web server preparations under *nix in C?
Maybe someone knows some small project, an example-blank, of a web server daemon, open source, written in C. By minimalistic, I mean the following functionalities:
1. Forming and issuing an http header
2. Function \ its preparation for displaying the "body" of the page from RAM
3. Receiving data via get \ post
4. Sessions
As an option - some kind of cumbersome C library , for working with HTTP.
Offer and options that do not fit into my requirements, but may partially coincide with them.
Thank you all in advance for your replies!
Answer the question
In order to leave comments, you need to log in
0w.ru/httpd/
Very small, very smart. At one time, in narrow circles, it was considered "Mail.ru's answer to Rambler's nginx."
micro_httpd
Just for fun, but quite a working server in 250 lines.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question