Skip to content

Instantly share code, notes, and snippets.

@RyanCahela
Created February 19, 2019 21:25
Show Gist options
  • Select an option

  • Save RyanCahela/7bea03dc9957231f9df992b46527c62f to your computer and use it in GitHub Desktop.

Select an option

Save RyanCahela/7bea03dc9957231f9df992b46527c62f to your computer and use it in GitHub Desktop.
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