Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. A developer introduced ymawky, a macOS static-file web server written entirely in ARM64 assembly.

  2. Despite being low-level, it supports common HTTP methods, percent-encoded URLs, byte-range requests, directory listings, and custom error pages.

  3. It also enforces the document root and includes basic protections against slowloris-style attacks.

  4. The project highlights how a highly optimized server can still offer practical web-server features from scratch.

Read the original