COURSE · 1 chapter · 3 lessons
How web apps work
Read what actually travels between the browser and the server
Reading the networking chapter first (HTTP, addresses, the round trip) makes this course click sooner. You can still get through it without. See the How computers work course
You do not write code in this course — every question is multiple choice. One chapter and three lessons are ready, and reading them in order works best.
Read about this chapter
Two kinds of round trip
- 01Two kinds of round tripOne round trip fetches the container for the screen, the other fetches the data inside it. This lesson gets you seeing them separately.Go to the exercises
Where the HTML gets built
- 02Where the HTML gets builtThe same screen can have its HTML built in three different places. You pick by which you want: a fast first paint, fresh data, or a light server.Go to the exercises
The round trip that fetches data
- 03The round trip that fetches dataWhat you send, what happens in order inside the server, and how to read the number that comes back. One round trip, taken apart.Go to the exercises