A simple Web-Framework How to compile using gcc: gcc -std=c17 -Wall -Wextra -Wpedantic -Werror \ -D_POSIX_C_SOURCE=200112L \ -Iinclude \ src/*.c \ example/example1.c \ -o mnet-server
mnet is a simple C webframework