Created
February 19, 2019 21:25
-
-
Save RyanCahela/7bea03dc9957231f9df992b46527c62f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The internet works based on the communication of clients and servers. Clients send requests and servers respond to those requests. | |
| This relationship is like that of a patron of a resaurant and the waiter or waitress facilitating their dining experienece. | |
| The patron looks at the menu(an api) then makes a request to the waiter for food. The waiter can then respond with a confirmation | |
| that the food will be ready shortly or if they are out of a particular ingredient, they can inform the patron to order someting else. | |
| DIAGRAM | |
| https://docs.google.com/drawings/d/1wOxdfSGXc3iIkWlIH74jxZYkW36NwQPqUDV2U7yG9FQ/edit?usp=sharing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment