Skip to content

wljcom/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 https://embedthis.com/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 https://embedthis.com/makeme/download.html.

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 Embedded Web Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.8%
  • HTML 41.0%
  • Objective-C 3.1%
  • Makefile 1.9%
  • Scilab 0.8%
  • Shell 0.3%
  • Other 0.1%