Self-contained HTTP server library
 
 
 
Go to file
Jef Roosens 195eb9eb48
chore: remove unneeded code; add throughput example
2024-03-09 20:28:50 +01:00
example chore: remove unneeded code; add throughput example 2024-03-09 20:28:50 +01:00
include chore: remove unneeded code; add throughput example 2024-03-09 20:28:50 +01:00
src fix: flip is_ascii check 2024-03-02 22:51:40 +01:00
test refactor(routing): moved some stuff, added some comments 2024-03-02 22:36:58 +01:00
.editorconfig chore: add example for testing blocking tasks 2024-01-31 08:38:13 +01:00
.gitignore chore: add example for testing blocking tasks 2024-01-31 08:38:13 +01:00
Makefile chore: remove unneeded code; add throughput example 2024-03-09 20:28:50 +01:00
README.md chore: added readme 2024-01-27 22:58:54 +01:00
config.mk chore: add example for testing blocking tasks 2024-01-31 08:38:13 +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.