Fetching latest headlinesโ€ฆ
Show HN: Building a web server in assembly to give my life (a lack of) meaning
NORTH AMERICA
๐Ÿ‡บ๐Ÿ‡ธ United Statesโ€ขMay 10, 2026

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

0 views0 likes0 comments
Originally published byHacker News

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 docroot, serves custom error pages for any HTTP error response, supports directory listing, and has (some) mitigations against slowloris-like attacks.

Iโ€™ve also written a more detailed writeup here: https://imtomt.github.io/ymawky/


Comments URL: https://news.ycombinator.com/item?id=48080587

Points: 31

# Comments: 11

Comments (0)

Sign in to join the discussion

Be the first to comment!