Today, we’ll understand about HTTP Servers

More specifically

  1. Intro to the HTTP Protocol, what does it solve
    1. Exploring the network tab in the chrome developer tools
    2. Request Response model
  2. Diving into some HTTP Constructs
    1. Domain name/IP
    2. Port
    3. Methods
    4. Plaintext vs JSON vs HTML response
    5. Status codes
    6. Body, Headers
    7. Routes
  3. Installing Postman and playing with it
  4. Trying to code an in memory todo app
  5. Assignment - Trying to code a filesystem based todo app