goals.html 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. title: 'Design Goals',
  3. crumbs: [],
  4. }
  5. <h1>Embedthis GoAhead&trade; Design Goals</h1>
  6. <a id="goals"></a>
  7. <p>The goal of GoAhead is to create the simplest, little web server that is easy to embed.</p>
  8. <p>
  9. This requires that GoAhead be:</p>
  10. <ol>
  11. <li>Very compact and efficient with memory</li>
  12. <li>Fast with low request latency</li>
  13. <li>Robust and secure</li>
  14. <li>Easy to build and embed</li>
  15. </ol>
  16. <a id="nonGoals"></a>
  17. <p>GoAhead was specifically designed to handle small loads exceptionally well. An explicit goal was
  18. <b>NOT</b> to create a single, monolithic, enterprise web server like Apache for
  19. tens of thousands of simultaneous users with multiple web applications. Rather, GoAhead is designed to be highly
  20. efficient when hosting smaller web applications or communications tasks. It is exceptionally fast and
  21. will serve file requests in less than a millisecond.</p>
  22. <a id="more"></a>
  23. <h2 >Want More?</h2>
  24. <p>To learn more about GoAhead, please read:</p>
  25. <ul>
  26. <li><a href="goals.html">GoAhead Design Goals</a></li>
  27. <li><a href="uses.html">GoAhead Target Uses</a></li>
  28. <li><a href="../ref/architecture.html">GoAhead Architecture</a></li>
  29. <li><a href="https://embedthis.com/goahead/">GoAhead Web Site</a></li>
  30. <li><a href="https://embedthis.com/goahead/download.html">GoAhead Download</a></li>
  31. <li><a href="https://embedthis.com">Embedthis Web Site for Commercial Licenses and Support</a></li>
  32. </ul>