Skip to content

Instantly share code, notes, and snippets.

@jcharles22
Last active March 24, 2019 17:17
Show Gist options
  • Save jcharles22/57f8eb982a311029b19e92f0ad9af290 to your computer and use it in GitHub Desktop.
Save jcharles22/57f8eb982a311029b19e92f0ad9af290 to your computer and use it in GitHub Desktop.
Asynchronous web apps: how web apps work
Write an analogy to describe the relationship between clients and servers.
Relationship between clients and servers are like a resturanunt the coustomer is the client and the servers are the serversl
the coustomers have a request they put it in, and the server go back and bring they request out the drinks could be
the html, the appatiser could be the css, and the javaScript could be the meal. They server has to go back and forth to bring the client
everything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment