Skip to content

Commit

Permalink
馃悰 FIX: big diagrams not suited
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbeautifuldream committed May 1, 2023
1 parent c85922e commit ffc639d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Any end system that can recieve request process it and spits out a response is a server. So a database is a server, a python program is a server, a process is a server, a browser can be a server, a mobile phone can be a server. So any end system which is providing a service to a client is a server.
- `Server` - any system that provides a service to a client is considered as a Server. Here a system which is providing a service to a client is a server. So a database is a server, a python program is a server, a process is a server, a browser is a server, a mobile phone is a server. So any system which is providing a service to a client is a server.

![diagram](./readme-1.svg)
<!-- ![diagram](./readme-1.svg) -->

- Simmilarly with `databases` just installing database application on system wont do the job, you need to boot up the database server inorder to provide a service to the program requesting for data.

Expand Down
Binary file not shown.

0 comments on commit ffc639d

Please sign in to comment.