10 lines
359 B
Markdown
10 lines
359 B
Markdown
# 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.
|