The fast, little web server for embedded applications.
The repository has three main branches:
- stable - Last public release.
- master - Somewhat stable snapshots of the dev branch. Should be suitable for ongoing development.
- dev - Current ongoing development. Least stable and may not be suitable for development.
See LICENSE.md for details.
See http://appwebserver.org/products/appweb/doc/product/index.html
You can build with make or with Bit. Bit is quicker and more flexible.
To install Bit, download Bit from http://embedthis.com/downloads/bit/download.ejs
make
You can pass make variables to tailor the build. For a list of variables:
make help
./configure
bit
For a list of configure options:
./configure --help
make run
or
bit run
sudo make install
or
sudo bit install
sudo make uninstall
or
sudo bit uninstall
bit test