From bb20426d6410882e05851bae741bde615f57fe8a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Apr 2025 13:20:40 -0400 Subject: [PATCH] answering questions 1 and 2 --- notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes.md b/notes.md index 83500ad..411e768 100644 --- a/notes.md +++ b/notes.md @@ -6,14 +6,14 @@ What are some advantages of using a program or an app which uses a remote server? What are some advantages of using a program or an app which is completely local? - - +Completely local you can create something while interacting with the code directly and seeing the results right away. While with the remote server you have to go back and forth with a web browser. +A remote server could be more collaborative and every user does not need to run their own version of the code. 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? - +You can run multiple projects/quieres at once. ## Checkpoint 2