Content deleted Content added
Line 16:
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]] foot print. The exact number depends on the system, but in many cases anything over several megabytes is not embeddable.
*
* Cross compilation support for multiple CPU and operating system combinations.
* Easy integration with existing application, including static link with the operating system and application.
|