vote up 6 vote down star
3

Are there any open source, fast web server libraries? Thanks.

flag

5 Answers

vote up 5 vote down check

mongoose (formely shttpd), libmicrohttpd.

link|flag
1  
libmicrohttpd is just perfect. Thanks. – Alon Sep 28 at 13:24
Thanks for the link to libmicrohttpd, I had no idea it even existed :) Looks like a clean API and very liberal license, its going in my tool box. – Tim Post Sep 28 at 16:12
vote up 0 vote down

Not a library, but:

http://www.cherokee-project.com/ is open-source, small and fast.

Easy to hook into.

link|flag
vote up 0 vote down

Take a look at Qt. I don't know if it's fast enough for you, but it has a nice network module. You also get SQL and XML modules, and a lot more (which can be nice depending on your needs), for free. GPL/LGPL and cross-platform.

http://doc.trolltech.com/4.5/qtnetwork.html

link|flag
vote up 1 vote down

If you want to play with the concept you can check this codproject article.

You can also check this wikipedia article whcih compares major light weight embedded server.

You can check AppWeb Http Server also.

link|flag
vote up 1 vote down

As far as I know, libevent has a great event-driven and lightweight http server header.

link|flag

Your Answer

Get an OpenID
or

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