Nirav pfp
Nirav
@nirav-joshi
During the research on the preliminary software architecture design of our gamification project, I came across many new learnings that I want to share. Client-server architecture is one of these. 👇
1 reply
0 recast
0 reaction

Nirav pfp
Nirav
@nirav-joshi
🖥️ Client: Any entity using a service, typically a computer. 🖥️ Server: Provides services to clients, as well as a computer.
1 reply
0 recast
0 reaction

Nirav pfp
Nirav
@nirav-joshi
𝗖𝗹𝗶𝗲𝗻𝘁-𝗦𝗲𝗿𝘃𝗲𝗿 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 👇
1 reply
0 recast
0 reaction

Nirav pfp
Nirav
@nirav-joshi
- Hosts, manages and delivers resources/services ⚙ requested by the client. - Transfers requests ⬆ and services ⬇ through a network. - Divides workload between client and server, which can be on the same system or connected via a network.
1 reply
0 recast
0 reaction

Nirav pfp
Nirav
@nirav-joshi
- Involves multiple devices 📱 connected to a central server via the internet or other network. - Client requests data, server processes and sends back data in packets 📦 . - Client programs run only when needed; server programs run continuously to respond to requests.
1 reply
0 recast
0 reaction