Self-contained HTTP server library
 
 
 
Go to file
Jef Roosens 71cf5a5981
feat: initial trie routing structure
2024-02-22 11:42:56 +01:00
example
include
src
.editorconfig
.gitignore
Makefile
README.md
config.mk

README.md

Lander Network Module

This library offers a TCP event loop, implemented using epoll, as well as an HTTP server framework layered on top.

This started as the network implementation for my Lander project, but it has since grown into an independent library that I'll be using in some other projects as well.