Skip to content

Commit

Permalink
Update client_server_architecture.md (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Verma <vkunal321@gmail.com>
  • Loading branch information
verma-kunal authored Mar 3, 2022
1 parent fab6a70 commit ef130c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/client_server_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ A client-server architecture solves a big challenge self-contained applications

## How it helps

By implementing application logic in a remote server or service, operators can update that without needing to change the logic on the client-side. This means updates can be made much more frequently. Storing data on the server allows many clients to all see and share the same data. Consider the difference between using an online word processor, compared to a traditional offline word processor. In the former, your files exist server-side and can be shared with other users who simply download them from the server. In the legacy world, files needed to be copied to removable media (floppy disks!) and shared with individuals.
By implementing application logic in a remote server or service, operators can update that without needing to change the logic on the client-side. This means updates can be made much more frequently. Storing data on the server allows many clients to all see and share the same data. Consider the difference between using an online word processor, compared to a traditional offline word processor. In the former, your files exist on the server-side and can be shared with other users who simply download them from the server. In the legacy world, files needed to be copied to removable media (floppy disks!) and shared with individuals.

0 comments on commit ef130c6

Please sign in to comment.