Skip to content

Instantly share code, notes, and snippets.

@edsoliman
Created April 27, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsoliman/1e412c4d6961b584dd6ad760190d04f4 to your computer and use it in GitHub Desktop.
Save edsoliman/1e412c4d6961b584dd6ad760190d04f4 to your computer and use it in GitHub Desktop.
How web apps work
the relationship between clients and servers is similar to the following scenario:
suppose a child asks his mom for a ham and cheese sando. the mother receives the request, makes the sando, and gives it to the child. The child realizes there is no mayo and requests mayo. The mother receives the request, adds the mayo, and gives it back to child. This process repeats itself until the sando has all its ingredients.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment