Skip to content

Instantly share code, notes, and snippets.

@gmacerola
Created August 1, 2020 16:52
Show Gist options
  • Save gmacerola/a3f8a0e0c4ada85ad0136a5d5809601b to your computer and use it in GitHub Desktop.
Save gmacerola/a3f8a0e0c4ada85ad0136a5d5809601b to your computer and use it in GitHub Desktop.
How web apps work Gist
Analogy: If you remember microfiche that you would be able to look at the public library.
The library is the server which stores and houses all of the microfiche's available to you at a given library.
The microfiche reader would be the client. It will display the microfiche (resource) which was supplied to you by
the library (server).
Request/Response Cycle Drawing:
https://docs.google.com/drawings/d/1kTIule_QRWrnvB9cGSZMtGaISEibPCKHRJgrow7GmAY/edit?usp=sharing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment