Embedded HTTP server: Difference between revisions

Content deleted Content added
RedBot (talk | contribs)
m r2.6.1) (robot Modifying: fr:Serveur Web embarqué
Line 25:
 
== Known implementations ==
*[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]