Show HN: Ymawky, a web server written in ARM64 assembly for macOS
Category: infrastructure
Tags: web-server, arm64-assembly, low-level
Score: 6.3/10 (Innovation: 6, Technical: 8, Documentation: 7, Utility: 4)
Ymawky is a web server written entirely in ARM64 assembly for macOS, using only syscalls and supporting static file serving, HTTP methods, range requests, and basic security features like slowloris protection and path traversal prevention. Its interest lies in being a hand-crafted assembly implementation of a functional web server, demonstrating low-level systems programming on Apple Silicon.
Target audience: backend devs
Repository: https://imtomt.github.io/ymawky/ · Assembly · GPL-3.0 · 19 stars
View on Hacker News