previous | start | next

Simple HTTP Server Overview

  1. Listen for request
  2. Receive HTTP Request from client
  3. Return HTTP Response and resource to client
  4. Goto Step 1
It can get much more complex than this...

previous | start | next