From 30fde7fd2a46e736c75070b39a69a8537e03f0c6 Mon Sep 17 00:00:00 2001 From: erbrown2 Date: Sat, 9 May 2026 15:38:08 -0400 Subject: [PATCH] I added my answer to the two questions for checkpoint 1. My responses were: Remote: Some advantages fo using a program or an app which uses a remote server is data is always up to date and backed up on the server, the developer can update the app instantly for all users without requiring downloads and it is easy to share and collaborate while interacting with data. Local: ome advantages of using a program with an app which is local would be it works without connection, the data never leaves the device better privacy. It is gernerally faster as there is no waiting for network requests along with it being more secure. It might be useful to run a server on the computer to develop web applications before putting them online, creating a personal homepage or interal tool for own personal reasons or learning web develppment safely without exposing anything to the internet. --- riddle_server/notes.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 riddle_server/notes.md diff --git a/riddle_server/notes.md b/riddle_server/notes.md new file mode 100644 index 0000000..d8bef7a --- /dev/null +++ b/riddle_server/notes.md @@ -0,0 +1,3 @@ +Remote: Some advantages fo using a program or an app which uses a remote server is data is always up to date and backed up on the server, the developer can update the app instantly for all users without requiring downloads and it is easy to share and collaborate while interacting with data. +Local: ome advantages of using a program with an app which is local would be it works without connection, the data never leaves the device better privacy. It is gernerally faster as there is no waiting for network requests along with it being more secure. +It might be useful to run a server on the computer to develop web applications before putting them online, creating a personal homepage or interal tool for own personal reasons or learning web develppment safely without exposing anything to the internet. \ No newline at end of file