Skip to main content

Networking

Systems-level networking: sockets, async I/O, HTTP internals, and connection management.

Async I/Oepoll / kqueue / io_uring — how the OS notifies the runtime
TCP internalsConnection lifecycle, TIME_WAIT, keep-alive, Nagle's algorithm
HTTP/2Multiplexing, flow control, header compression, stream priorities
Connection poolsSizing, timeouts, health checks, circuit breaking