A Home-Brew Multi-Process Web Server

  • Compressed Source Folder
  • Project Summary

    In this project, we took a look at the HTTP protocol as a Web server. The server program will receive two arguments:
    1) the port number it should listen on for incoming connections, and
    2) the directory out of which it will serve files (often called the document root in production Web servers).

    Some Requirements:

    Topics Learned Upon Completion