Today, we’ll understand about HTTP Servers
More specifically
- Intro to the HTTP Protocol, what does it solve
- Exploring the network tab in the
chrome developer tools
- Request Response model
- Diving into some HTTP Constructs
- Domain name/IP
- Port
- Methods
- Plaintext vs JSON vs HTML response
- Status codes
- Body, Headers
- Routes
- Installing Postman and playing with it
- Trying to code an in memory todo app
- Assignment - Trying to code a filesystem based todo app