Interacting with Servers

  • The Road So Far:
    • Load an HTML file from a server
    • Parse the HTML and load any linked CSS and JS files
    • Clicking links repeats the process with new links
  • What else can we use servers for?
    • Storing user data
    • Running computations
    • Providing a centralized trusted party

13 / 25