Can you give me example of open source webserver, not as big as apache. I want to develop mine, although from an existing acrivex control (wodwebserver).

link|improve this question
feedback

migrated from stackoverflow.com Jun 21 '10 at 5:18

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 5 down vote accepted

I can't help but post this one. Note: I didn't write it, but its cute.

In all seriousness though, you might want to have a look at nginx or lighttpd.

link|improve this answer
feedback

Jetty is one powerful yet simple webserver

link|improve this answer
jetty is java, am not very good in java can you provide another, thanks – Smith Jun 21 '10 at 5:09
1  
@Smith If you're looking for a server written in a particular language, you should specify that in the question. – Jason Hall Jun 21 '10 at 5:14
thanks , i found light httpd – Smith Jun 21 '10 at 5:55
feedback

monkeyd, its a really small yet functional webserver and code is easy to understand

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.