Skip to content

Instantly share code, notes, and snippets.

@just-Bri
Created September 26, 2019 18:27
Show Gist options
  • Save just-Bri/35ff1684c1a3844e882f9e651c9ef81e to your computer and use it in GitHub Desktop.
Save just-Bri/35ff1684c1a3844e882f9e651c9ef81e to your computer and use it in GitHub Desktop.
How web apps work
1. Write an analogy to describe the relationship between clients and servers:
Customer(client) in a restaurant(server) orders(get reequest) something and the restaurant(server) gives them food(data returned from server to client).
2. Draw a diagram of the request/response cycle.
You can draw your diagram by hand and take a photo to add to your Gist, or try out a
diagramming tool like Google Drawings or LucidChart (be sure to sign up for the free tier!).
https://i.imgur.com/VIiOqmQ.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment