write intro texts for the various projects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2024-06-06 17:07:01 +02:00
parent 4374c7f280
commit ea1970caa7
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
13 changed files with 90 additions and 72 deletions

View file

@ -7,3 +7,9 @@ params:
- name: Source
url: 'https://git.rustybever.be/Chewing_Bever/lander'
---
Lander is my personal URL shortener, pastebin and file-sharing service. I've
always wanted to make one of these myself, and as an added challenge, I built
everything (except for the HTTP parser) from the ground up. It's built on a
home-grown epoll-based event loop on top of which I built an HTTP framework
that I'm also planning to use for some other projects.