Skip to content

MrKrot792/static-webc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is static-webc?

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.

How to build?

You need meson, ninja and gcc (or clang). Build it like this:

meson setup build
ninja -C build

The binary will be at ./build/webc. You run it, and that's it. The server will be available at localhost:6969.

No content?

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

About

A static website server (kinda unsafe)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors