Embedded HTTP server: Difference between revisions

Content deleted Content added
Removed server list, Comparison of lightweight web servers is essentially a list of embedded HTTP servers
Line 22:
* Single thread and multi-thread support.
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 system runs multiple simultaneous tasks and a HTTP server is only one of them and is usually a low priority task.
 
== Open source servers ==
*[[Jetty (web server)|Jetty]]
*[[Jaminid|Java Mini Daemon]]
*[[Yaws (web server)|Yaws]]
*[[AppWeb_Web_Server|AppWEB]]
*[http://www.koanlogic.com/klone/ KLone web server]
 
== Commercial servers ==
*[http://barracudaserver.com/ Barracuda Embedded Web Server SDK]
*[http://gladesoft.com/products/seminole Seminole Embedded Webserver]
 
== See also ==
* [[Comparison of web servers]]
* [[TinyComparison of lightweight web servers]]
 
[[Category:Web server software| ]]