Can anyone suggest me some open source lightweight embeddable web servers written in C.
Also provide your opinion / review about the suggestion.
|
Can anyone suggest me some open source lightweight embeddable web servers written in C. Also provide your opinion / review about the suggestion.
| |||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
for educational purposes, a good starting point is http://www.acme.com/software/thttpd/ | |||
|
feedback
|
|
I use uIP (http://www.sics.se/~adam/uip/index.php/Main_Page) and have done a few modifications to it. Adam (the author) also wrote lwip as a more full-featured web server, but it takes significantly more resources. | |||
|
feedback
|