README_SAMPLES.TXT for the Embedthis Appweb Samples.
--------------------------------------------------------------------------------

The full product documentation is supplied in HTML format under the doc
directory. This is also available online at:

    http://www.embedthis.com/products/appweb/doc/product/index.html

The samples are into code samples for the C/C++ language, and pure Ejscript 
samples. If you are using C/C++, you can still the C APIs.

The following samples are available:

Ejscript
--------
    languageFeatures    Demonstrates the various language features of
                        ESP and JavaScript
    postBack            Demonstrates how to use one web page to display
                        a form and also accept posted user data
    sessions            Demonstrates how to store client session state data
    upload              Demonstrates how to use the file upload feature

C/C++ Language
----------
    configByApi         Web server configured via API and not via a config file
    ejsApi              Demonstrates the Ejscript API
    pollEventLoop       Http server using a polling event loop
    selectEventLoop     Http server using a select event loop
    simpleClient
    simpleEgi           Simple Embedded Gateway Interface sample
    simpleEjs           Simple Ejscript web framework sample
    simpleHandler       Simple Appweb URL handler
    simpleModule        Simple Appweb loadable module
    simpleServer        Simple Http server
    typeicalServer      A more typical (less trivial) Http server example
    winEventLoop        Http server using a windows messages event loop



Licensing
---------

Please read LICENSE.TXT or go to:

    http://www.embedthis.com/downloads/licensing.html



Support
-------
You have a variety of support choices for Embedthis Software products. You can
avail yourself of free support via our Online Forum. This is a community based
forum where users can share ideas and ask questions. You can also search the
forum for answers to past questions. To visit the Appweb forum, go to:

    http://www.embedthis.com/phpbb/index.php

You also have the option of purchasing support with the Embedthis Commercial
License. It includes paid support as part of the license benefits.


--------------------------------------------------------------------------------

Copyright (c) 2003-2009 Embedthis Software, LLC. All Rights Reserved.
Embedthis and Appweb are trademarks of Embedthis Software, LLC. Other 
brands and their products are trademarks of their respective holders.

See LICENSE.TXT for software license details.
