TECH

Show HN: Building a web server in assembly to give my life (a lack of) meaning

Hacker News · Sun, 10 May 2026 03:01:44 GMT

This is ymawky, a static file web server for MacOS written entirely in ARM64 assembly. It supports GET, PUT, DELETE, HEAD, and OPTIONS requests, and supports Range: bytes=X-Y headers (which allows scrubbing for video streaming). It decodes percent-encoded URLs, strictly enforces

Read original source Discuss with A.S.I.S