uses.html 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. title: 'Uses',
  3. crumbs: [],
  4. }
  5. <h2>Embedded Device Applications</h2>
  6. <div class="ui basic segment">
  7. <img src="../images/board.jpg" alt="board" class="ui floated left image" />
  8. <p>When used in embedded devices or applications, web servers must assume they are secondary to the
  9. essential functions the device or application must perform. As such, the web server must minimize its
  10. resource demands and should be deterministic in the load it places on a system.</p>
  11. <p>GoAhead excels in this regard and is:</p>
  12. <ul>
  13. <li>Fast and compact with a small memory footprint (from 500K).</li>
  14. <li>Simply embedded in applications and devices.</li>
  15. <li>Secure by design and by default.</li>
  16. <li>Minimal in its demand on system resources &mdash; via configurable resource limits.</li>
  17. </ul>
  18. <p>GoAhead is the worlds most popular <i>embedded</i> web server and has been successfully deployed
  19. in hundreds of products and hundreds of millions of devices.</p>
  20. </div>
  21. <a id="more"></a>
  22. <h2 >Want More?</h2>
  23. <p>To learn more about GoAhead, please read:</p>
  24. <ul>
  25. <li><a href="goals.html">GoAhead Design Goals</a></li>
  26. <li><a href="uses.html">GoAhead Target Uses</a></li>
  27. <li><a href="../ref/architecture.html">GoAhead Architecture</a></li>
  28. <li><a href="https://embedthis.com/goahead/">GoAhead Web Site</a></li>
  29. <li><a href="https://embedthis.com/goahead/download.html">GoAhead Download</a></li>
  30. <li><a href="https://embedthis.com">Embedthis Web Site for Commercial Licenses and Support</a></li>
  31. </ul>