Skip to content

BruceYang-yeu/appweb

 
 

Repository files navigation

Embedthis Appweb

The fast, little web server for embedded applications.

Branches

The repository has three branches:

  • master - Most recent release of the software.
  • lts - Most recent LTS release of the software.
  • dev - Current ongoing development.

Licensing

See LICENSE.md for details.

To read documentation:

See http://embedthis.com/products/appweb/doc/index.html

Building

You can build with make or with MakeMe. MakeMe is quicker and more flexible.
To install MakeMe, download it from http://embedthis.com/downloads/makeme/download.esp

To build with make:

make

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

make help

To build with MakeMe:

./configure
me

For a list of configure options:

./configure --help

To run

make run

or

me run

To install:

sudo make install

or 

sudo me install

To uninstall

sudo make uninstall

or 

sudo me uninstall

To test:

me test

Resources

About

Appweb Embeddable Web Server 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published