From f5cd69eb69b4b64be8f266a33cfba9e32ab1a15b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 May 2024 15:21:11 -0400 Subject: [PATCH] chkpt 1 --- notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 83500ad..a822369 100644 --- a/notes.md +++ b/notes.md @@ -7,13 +7,15 @@ server? What are some advantages of using a program or an app which is completely local? +If the app uses a remote server, some advantages are it might be able to get data it would not have otherwise and if a computer does not have a lot of power to run a task the server could do it. +If the app uses a completely local app then it does not need to be connected to the internet. 2. You just ran a server on your own computer, and connected to it as a client on the same computer. In what other situations might it be useful to run a server on your computer, where you're the only client, on the same computer? - +Maybe testing a server before making it public. I cannot think of any other reason. ## Checkpoint 2