kcgi

Minimal CGI and FastCGI library for building web applications in C/C++

brewmacoslinux
Try with needOr install directly
Source

About

Minimal CGI and FastCGI library for C/C++

Commands

kcgi

Examples

Include kcgi headers in a C program to handle CGI requests$ gcc -o myapp myapp.c $(pkg-config --cflags --libs kcgi)
Compile a FastCGI application using kcgi library$ gcc -o fastcgi_app fastcgi_app.c -lkcgi -lfcgi
Check kcgi library version and installation details$ pkg-config --modversion kcgi