static-webc (or just webc) is a simple, static page server in C that I will
hopefully improve someday to a full-blown C http framework.
You need meson, ninja and gcc (or clang). Build it like this:
meson setup build
ninja -C buildThe binary will be at ./build/webc. You run it, and that's it. The
server will be available at localhost:6969.
webc serves documents at path site. You may want to compile the
website that comes with this repo using my other tool called
cwc.
Like this:
cwc site-raw site