]>
| description | Proof-of-concept micro-blogging platform |
| last change | Wed, 23 Apr 2025 10:32:45 +0000 (12:32 +0200) |
Chirp is a proof of concept for a simple micro-blogging platform, developed with no prior knowledge and no research into this topic to explore the problem space intuitively. This is the third iteration, which is written in the Zig programming language, using a custom HTTP handler based on epoll and a custom abstraction over the LMDB key-value-store, making LMDB the only external dependency. It works without JavaScript by generating all HTML dynamically and with no dynamic allocations on the server.
Features:
| 6 months ago | refactor | shortlog | log | tree |
| 7 months ago | main | shortlog | log | tree |