You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full-featured HTTP/1.1 web server implemented from scratch in x86-64 assembly language (NASM). A learning project exploring low-level socket programming, HTTP parsing, concurrency, and security—no dependencies, just syscalls.