Week 3 — 23 / 37

Server-Side Rendering

That means that HTTP Responses don't have to just be the contents of pre-existing HTML files. They can just be the output of an application.

HTTP request comes in
Parse out the path, headers, query variables, body, etc
**DO LITERALLY ANYTHING YOU CAN PROGRAM**
Send a new Response

Let's pause for a minute and think about the implications.