# appweb **Repository Path**: dzhang/appweb ## Basic Information - **Project Name**: appweb - **Description**: Appweb Embedded Web Server - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2016-12-25 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Embedthis Appweb === [![Build Status](https://travis-ci.org/embedthis/appweb.png)](https://travis-ci.org/embedthis/appweb) The fast, little web server for embedded applications. Branches --- The repository has three branches: * master - Most recent release of the software. * dev - Current ongoing development. Licensing --- See [LICENSE.md](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/. ### 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 --- - [Appweb web site](http://embedthis.com/appweb/) - [Appweb GitHub repository](http://github.com/embedthis/appweb) - [Embedthis web site](https://embedthis.com/)