Skip to content

Instantly share code, notes, and snippets.

@damnDasha
Created February 23, 2020 23:00
Show Gist options
  • Save damnDasha/d74a24705aea78be68b4e18b043eb930 to your computer and use it in GitHub Desktop.
Save damnDasha/d74a24705aea78be68b4e18b043eb930 to your computer and use it in GitHub Desktop.
Request response cycle
The relationship between clients and servers is kind of like asking someone for directions. client asks how to get somewhere,
and the server sends back a map and written directions, and an IP address to the location (kind of like a real address).
Then the client(person) knows how to get somewhere, and any time they are lost, can ask once again for more information.
The client (browser) does this as many times as necessary until they have all the info
@damnDasha
Copy link
Author

request:response cycle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment