# goahead **Repository Path**: fancy001/goahead ## Basic Information - **Project Name**: goahead - **Description**: GoAhead WebServer - **Primary Language**: C - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-03 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Embedthis GoAhead 3.X === The most popular little embedded web server Licensing --- See LICENSE.md for details. See http://embedthis.com/products/goahead/doc/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 nmake on Windows: WinMake ### To build with Bit: ./configure bit For a list of configure options: ./configure --help ### To run: 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 --- - [Embedthis web site](http://embedthis.com/) - [GoAhead GitHub repository](http://github.com/embedthis/goahead)