Content deleted Content added
Line 14:
== Typical requirements ==
Natural limitations of the platforms where an embedded HTTP server runs contribute to the list of the functional requirements of the embedded, or more precise, embeddable HTTP server. Some of these requirements in random order:
* "Small" [[RAM]] and [[Read-only memory|ROM]]
* Minimal [[CPU]] utilization.
* Cross compilation support for multiple CPU and operating system combinations.
* Easy integration with an existing application, including static
* Serving pages from application memory if there is no file system.
* Modularity.
* Single thread and multi-thread support.
|