Skip to content

Instantly share code, notes, and snippets.

@edsoliman
Created April 3, 2019 00:24
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/c48861582d713d032868fb2c5dbe135b to your computer and use it in GitHub Desktop.
Save edsoliman/c48861582d713d032868fb2c5dbe135b to your computer and use it in GitHub Desktop.
How web apps work
a client/server relationship is comparable to a relationship between a child and his mother. For example, a child (client) may ask his mother (server) for a grilled cheese sandwhich. His mother then makes the sandwhich with the appropriate ingredients. She then gives the the sandwhich. The child may notice that the sandwhich is missing butter. The child then requests butter. The mother then adds butter and returns it to the child. This repeats until the child receives all the necessary ingredients that make up his sandwhich.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment