Skip to content

yodamaster/appweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedthis Appweb 4.X

The fast, little web server for embedded applications.

Branches

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.

Licensing

See LICENSE.md for details.

To read documentation:

See http://appwebserver.org/products/appweb/doc/product/index.html

Building

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

To build with make:

make

You can pass make variables to tailor the build. For a list of variables:

make help

To build with Bit:

./configure
bit

For a list of configure options:

./configure --help

To run

make run

or

bit run

To install:

sudo make install

or 

sudo bit install

To uninstall

sudo make uninstall

or 

sudo bit uninstall

To test:

bit test

Resources

About

Appweb Embeddable Web Server 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published