Server

This page describes my web server project. It is a work in progress so don't take it too seriously yet.

This server package contains a web server and database engine that allow making either statically or dynamically generated web pages using the C programming language. The database does not use SQL or tables but instead allows the programmer to write C code to access arbitrary data structures that are read and written using transactions.

Features:

Documentation
doc/
Source code
https://git.sr.ht/~robalni/server