generated from mwc/lab_server
chkpt 1
This commit is contained in:
parent
212cb6568e
commit
f5cd69eb69
4
notes.md
4
notes.md
|
@ -7,13 +7,15 @@
|
||||||
server? What are some advantages of using a program or an app which is
|
server? What are some advantages of using a program or an app which is
|
||||||
completely local?
|
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
|
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
|
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?
|
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
|
## Checkpoint 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue