index.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. title: "GoAhead Overview",
  3. crumbs: []
  4. }
  5. <h1>Embedthis GoAhead&trade;</h1>
  6. <div class="floated">
  7. <img src="images/goahead-icon-128.png" class="ui left floated image" alt="goahead">
  8. <p>GoAhead is the worlds most popular embedded web server. It is simple, tiny and ideal for the
  9. the efficient hosting of embedded web applications. </p>
  10. <p>GoAhead is optimized for hosting dynamic embedded web applications via an event driven, single-threaded
  11. core. It is very compact (115K code) and is especially effective in reducing the per-request memory
  12. overhead for web applications.</p>
  13. </div>
  14. <h2>Extensive Features</h2>
  15. <p>GoAhead has a strong set of features including: HTTP/1.1, SSL, TLS, basic,digest and web-form
  16. authentication, user/role based authorization, session state storage,
  17. CGI, sandbox resource limits, logging, and conditional configuration and compilation controls.
  18. With these features, GoAhead can be embedded in your device to effectively host embedded applications.</p>
  19. <h2>Deployed Widely</h2>
  20. <p>The GoAhead web server is the most widely deployed embedded web server. GoAhead is being used in
  21. hundreds of millions of devices including:
  22. networking equipment,
  23. telephony, factory automation, data acquisition, medical devices, mobile devices and consumer and office
  24. equipment.</p>
  25. <a id="components"></a>
  26. <h2 >Components</h2>
  27. <p>GoAhead provides the following components:</p>
  28. <ul>
  29. <li>HTTP web server program and library</li>
  30. <li>Flexible URI routing and rewriting </li>
  31. <li>Basic, Digest and web-form authentication</li>
  32. <li>Granular user authorization with role/ability management </li>
  33. <li>Local or PAM-based password stores</li>
  34. <li>Session state management</li>
  35. <li>CGI handler</li>
  36. <li>In-memory URI handler (proc)</li>
  37. <li>Secure Socket Layer support (SSL/TLS)</li>
  38. <li>Request trace and logging</li>
  39. <li>Complete documentation with samples</li>
  40. <li>Full source code</li>
  41. </ul>
  42. <a id="more"></a>
  43. <h2 >Want More?</h2>
  44. <p>To learn more about GoAhead, please read:</p>
  45. <ul>
  46. <li><a href="users/goals.html">GoAhead Design Goals</a></li>
  47. <li><a href="users/uses.html">GoAhead Target Uses</a></li>
  48. <li><a href="https://embedthis.com/goahead/">GoAhead Web Site</a></li>
  49. <li><a href="https://embedthis.com/goahead/download.html">GoAhead Download</a></li>
  50. <li><a href="https://embedthis.com">Embedthis Web Site for Commercial Licenses and Support</a></li>
  51. </ul>