Embedded HTTP server: Difference between revisions

Content deleted Content added
Mjnunan (talk | contribs)
Added AWS (Ada Web Server)
Line 35:
* [http://www.jibble.org/miniwebserver/ Java Mini Web Server] is a very '''small standalone''' web server written in Java. It is packaged in a jar file with '''size of 4KB''' and may also be used within your own Java programs.
*[http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/s/slinger.html QNX Slinger Embedded Web Server] from [http://www.qnx.com/ QNX] The slinger utility is an HTTP server for resource-constrained environments. Slinger is compliant with the CGI 1.1 and HTTP 1.1 standards, and provides support for dynamic HTML via Server Side Includes (SSI).
* [http://libre.adacore.com/libre/tools/aws/ AWS or Ada Web Server]. AWS is a complete framework to develop Web based applications. The main part of the framework is a small yet powerful embedded Web server; around this Web server a lot of services have been developed : SOAP, WSDL, Ajax, HotPlug modules, SSL, virtual hosting, etc. to name a few. AWS is written in [[Ada (programming language)| Ada]], and it is published under the [[GPL | GPL License]].
 
== See also ==