Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason
Category: infrastructure
Tags: assembly, web-server, arm64
Score: 6.8/10 (Innovation: 7, Technical: 9, Documentation: 7, Utility: 4)
ymawky is a pure ARM64 assembly web server that implements HTTP/1.1 with CGI support, file uploads, range requests, and security measures entirely through syscalls. It's interesting because it demonstrates that a non-trivial, featureful web server can be built from scratch in assembly, pushing the boundaries of low-level systems programming.
Target audience: backend devs
Repository: https://github.com/imtomt/ymawky/tree/linux · Assembly · GPL-3.0 · 543 stars
View on Hacker News