
How to Start:
-------------

1. Start the server (start.server.bat).

2. Open a web browser.

3. Go to localhost (demo server will be automatically loaded).

Notes:
------

- The public html files are in the www folder.

- The Harbour modules sources are in modules folder (you can compile to .hrb 
  running build.modules.bat).

- To know how to call modules, pass parameters to them from JavaScript and handle returned
  data, please, take a look at the library source (www/lib/hmgscript.core.js).

- uhttpd server source code is included in Harbour distribution (examples/httpsrv).
