Embedded HTTP server: Difference between revisions

Content deleted Content added
m Commercial servers: Looks like spam link
mNo edit summary
Line 5:
* To implement a protocol for the distribution and acquisition of information to be displayed in the regular interface — possibly a [[web service]], and possibly using [[XML]] as the data format.
* To develop a [[web application]]
 
 
There are a few advantages to using HTTP to perform the above:
Line 14 ⟶ 13:
 
== Open source servers ==
*[[Jetty (web server)|Jetty]]
[[Jetty (web server)|Jetty]], [[Jaminid|Java Mini Daemon]], and [[Yaws (web server)|Yaws]] are [[open source]] servers developed with embedding in mind.
*[[Jaminid|Java Mini Daemon]]
 
*[[Yaws (web server)|Yaws]]
 
 
== See also ==
Line 23 ⟶ 22:
 
[[Category:Web server software| ]]
 
 
{{software-type-stub}}