Home / Series / Destroy All Software / Aired Order / Season 7 / Episode 5
Home / Series / Destroy All Software / Absolute Order / Season 1 / Episode 105

HTTP Server From Scratch

We build an HTTP server that can serve static files from disk, as well as dynamic applications in the style of cgi-bin. The network server component is built using socket system calls (socket, setsockopt, bind, listen, and accept), rather than using the pre-made TCP servers available in the Ruby standard library.

English
  • Originally Aired October 9, 2017
  • Production Code 105
  • Created October 6, 2019 by
    Administrator admin
  • Modified October 6, 2019 by
    Administrator admin