2024-06-06 09:54:26 +02:00
|
|
|
---
|
|
|
|
title: "Lander"
|
|
|
|
summary: "URL shortener, pastebin & file-sharing service, built from the ground up in C"
|
|
|
|
type: "project"
|
2024-06-06 10:24:56 +02:00
|
|
|
params:
|
|
|
|
links:
|
|
|
|
- name: Source
|
|
|
|
url: 'https://git.rustybever.be/Chewing_Bever/lander'
|
2024-06-06 09:54:26 +02:00
|
|
|
---
|
2024-06-06 17:07:01 +02:00
|
|
|
|
|
|
|
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.
|