server HTTP written in C11 with libmicrohttpd and cross-plateform
This repository has been archived on 2026年06月29日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- C 90%
- CMake 10%
|
|
||
|---|---|---|
| cgi | fix bug in CGI | |
| include | add cgi system | |
| src | fix bug in CGI | |
| www | fix gitignore | |
| .gitignore | fix bug in CGI | |
| CMakeLists.txt | add cgi system | |
| LICENCE | init project | |
| README.MD | add cgi system | |
SerWeb 1.1
New Update in SERWEB
Now you SERWEB add a CGI system for load CGI file
About SerWeb
serweb it is a http server was write in C with libmicrohttpd for herbeger local website in folder www or cgi/
git clone https://codeberg.org/frex_vm18/serweb.git
cd serweb
mkdir build && cd build
cmake ..
use exemple SERWEB
step 1 build SerWeb with CMake step 2 launch SerWeb step 3 put a html/css/js or cgi file in www/ or cgi/ for cgi file step 4 go to localhost