Last active
February 6, 2020 08:53
-
-
Save jjsilas/dd1e94688b80d59a8bfd61ec6bcb2bfc to your computer and use it in GitHub Desktop.
Asynchronous web apps check point 2
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
| 1.Write an analogy to describe the relationship between clients and servers. | |
| - A drive through window experience is analogous to the client server relationship. The person pulling up to the drive through is the client. They believe they know what they want, and once they get acknowledgement that the drive through is ready they place their order (Make a request to the server). The person on the other side of the speaker tries to understand what the requester(client) wants and get the needed components from the other team members. Once everything thing is ready, the person on the far side of the speaker(the server) presents the request to the person on the near side(client) of the speaker. I think this relationship in many ways describes the relationship | |
| 2.Draw a diagram of the request/response cycle. | |
| https://user-images.githubusercontent.com/56581417/73920837-22059a00-48be-11ea-8e03-a9eff99de98b.png |
Author
jjsilas
commented
Feb 6, 2020

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment