chore: added readme

blocking
Jef Roosens 2024-01-27 22:58:54 +01:00
parent 2681801a1e
commit f78738ca92
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 9 additions and 0 deletions

9
README.md 100644
View File

@ -0,0 +1,9 @@
# 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](https://git.rustybever.be/Chewing_Bever/lander) project, but it has
since grown into an independent library that I'll be using in some other
projects as well.