Self-contained HTTP server library
 
 
 
Go to file
Jef Roosens cf4451740f
feat(routing): implement router nesting
2024-03-02 11:26:51 +01:00
example feat(routing): multi-segment wildcard matches 2024-02-25 22:59:58 +01:00
include feat(routing): implement router merging 2024-03-02 11:11:54 +01:00
src feat(routing): implement router nesting 2024-03-02 11:26:51 +01:00
test feat(routing): implement router nesting 2024-03-02 11:26:51 +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: add test folder 2024-02-22 17:43:30 +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.