Embedded HTTP server: Difference between revisions

Content deleted Content added
Theskumar (talk | contribs)
m Known implementations: formatting corrected
Theskumar (talk | contribs)
Known implementations: renamed to external links to conform to guidlines
Line 25:
For every specific project requirements can vary significantly. For example, ROM and RAM footprints can be very serious constraint and limit the choices of the system designer. [[C++]] or [[Java Virtual Machine|JVM]] availability for the system can be another constraint. Frequently performance is an issue, because typical embedded systems run multiple simultaneous tasks and an HTTP server is only one of them and may be configured as a low priority task.
 
== KnownExternal implementationslinks ==
*[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.