Apr 16: Export/Import Data
Learning Objectives
After today’s class, you should be able to:
- Describe the process of deploying your project application using
rsync. - Generate a data URL to embed a file in the DOM that enables downloading.
- Use the FileReader interface to read a file selected from the user’s computer.
Lesson Outline
Deployment [15 min]
- Dr. Mayfield will deploy your application to https://w3stu.cs.jmu.edu/cs343s26/
- Optional: Learn about how to install ssh keys and
rsyncon Local vs. Remote
Lecture [15 min]
- MDN: data URLs
- MDN: FileReader
Activity [45 min]
- Project claims (3 min per team)
- Transport – Part 2