18 tasks
Build Your Own
HTTP Server
Build an HTTP server from raw TCP sockets. No frameworks, no libraries - just you and the protocol specification. Understand exactly what happens when browsers talk to servers.
get /api
host: lighthouse
accept: */*
200 ok
content-length: 14
{"ok": true}
raw socket → parsed · routed · served