This commit is contained in:
root 2024-05-17 15:21:11 -04:00
parent 212cb6568e
commit f5cd69eb69
1 changed files with 3 additions and 1 deletions

View File

@ -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