Embedded HTTP server: Difference between revisions

Content deleted Content added
Leledumbo (talk | contribs)
Undid revision 434197483 by XLinkBot (talk). The addition was done by me, I forgot to login when I added it.
Tag: reverting anti-vandal bot
Known implementations: The Internet* APIs implement an HTTP client, not an HTTP server.
Line 28:
*[http://barracudaserver.com Barracuda Embeddable Application Server] by [http://realtimelogic.com/ Real Time Logic] is provided as a "C" source code library. Applications are designed in the Lua scripting language.
*Inproc WebServer by [http://www.dcomlab.ru DComLab]. Single dll COM object, exposes ole-automation and IDispatch interfaces. Gives ability even to scripting languages to handle web requests with almost no effort.
*Windows' API Internet* family [http://social.msdn.microsoft.com/Search/en-US?query=InternetOpen&ac=8]
*C# Webserver [http://webserver.codeplex.com]. Webserver coded in C#, works with all .Net 2.0 applications.
*[http://code.google.com/p/mongoose/ Mongoose]: Embeddable web server written in C.