Archived
1
0
Fork
You've already forked serweb
1
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%
Find a file
2026年05月28日 18:02:51 +02:00
cgi fix bug in CGI 2026年05月28日 18:02:51 +02:00
include add cgi system 2026年05月27日 20:43:57 +02:00
src fix bug in CGI 2026年05月28日 18:02:51 +02:00
www fix gitignore 2026年05月21日 20:04:29 +02:00
.gitignore fix bug in CGI 2026年05月28日 18:02:51 +02:00
CMakeLists.txt add cgi system 2026年05月27日 20:43:57 +02:00
LICENCE init project 2026年05月10日 17:48:22 +02:00
README.MD add cgi system 2026年05月27日 20:43:57 +02:00

Licence

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

requirement

compiler C support C11 or higher

CMAKE 3.14 for build the project