Self-contained HTTP server library
 
 
 
Go to file
Jef Roosens f78738ca92
chore: added readme
2024-01-27 22:58:54 +01:00
include chore: copy over original source files 2024-01-27 22:54:53 +01:00
src chore: copy over original source files 2024-01-27 22:54:53 +01:00
.gitignore chore: copy over original source files 2024-01-27 22:54:53 +01:00
Makefile chore: copy over original source files 2024-01-27 22:54:53 +01:00
README.md chore: added readme 2024-01-27 22:58:54 +01:00
config.mk chore: copy over original source files 2024-01-27 22:54:53 +01:00

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.