Are there any open source, fast web server libraries? Thanks.
+1
A:
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.
Mahin
2009-09-28 12:50:32
libmicrohttpd is just perfect. Thanks.
TTT
2009-09-28 13:24:37
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
2009-09-28 16:12:37
A:
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.
m.m.
2009-09-28 12:53:51
A:
Not a library, but:
http://www.cherokee-project.com/ is open-source, small and fast.
Easy to hook into.
Deefjuh
2009-09-28 14:12:14
Please use comments for comments, which means you'll have to get to 50 reputation first. http://meta.stackoverflow.com/questions/19756/how-do-comments-work-in-stackoverflow
Roger Pate
2010-03-27 16:09:06
A:
Snorkel is the fastest and easiest to use. It's also one of the smallest. The Linux, SunOS, and Windows versions are free. http://sites.google.com/site/snorkelembedded
Walt C.
2010-07-22 13:17:07