![]() |
![]() |
![]() |
Embeddable HTTP Server I am looking for an embeddable (not embedded) HTTP server. I only want very basic functionality. I wouldn't mind if its unable to handle more than a few concurrent connections.
Green Pajamas
http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=%22http+server%22+component
Tony
http://msdn.microsoft.com/msdnmag/issues/03/01/CuttingEdge/
Just me (Sir to you)
DevChannel article on embedding TclHttpd - http://tools.devchannel.org/devtoolschannel/04/03/22/1648236.shtml?tid=46
Colin Macleod
Have a look at JAWS: http://www.dre.vanderbilt.edu/JAWS/ . It is reasonably fast and stable, with full sources available. Based on ACE framework.
Martin Rehak
I have experimented with web servers a while ago and put the results on my web page:
René Nyffenegger
http://jetty.mortbay.org/jetty/index.html
Prakash S
Check out the freeware TinyWeb for Windows.
Patrik
My company licenses a highly tested and widely deployed web server engine. It has a very small footprint < 100KB and can run on any Windows version (starting from 95).
M2
http://www.codeproject.com/internet/socketserver.asp
Just curious.
LibHTTPD (http://www.hughes.com.au/products/libhttpd/)
deja vu
Thanks everyone and especially deja vu.
Green Pajamas
|