InNerd For TechbyHarsh GuptaClient-Server Architecture Explained with Examples, Diagrams, and Real-World ApplicationsLearn how clients and servers interact to power websites, apps, and gaming platforms, along with the benefits and challenges of this model.Oct 26
Rachita BImplementing SSE (Server-Side-Events) using FastAPISSE (Server-Side Events) is a technology that enables web applications to receive real-time unidirectional communication from the server to…Mar 18
InLevel Up CodingbySheen BrisalsIt’s Not About The Number Of Tiers. It’s About How You Tie Them!Distributedness is a necessity!Sep 16Sep 16
PoonamDemystifying HTTP Request vs HTTP Polling vs Long Polling vs WebSocket vs Server sent event vs…In client-server architecture or where two system tries to communicate with each other there are different ways to do that, in this article…Jun 28, 2023Jun 28, 2023
InFAUN — Developer Community 🐾byManjit SinghUnderstanding the OSI Model: A Refresher for Backend EngineersThe Open Systems Interconnection (OSI) model is a conceptual framework that divides the functions of a telecommunication or computing…Jun 9Jun 9
InNerd For TechbyHarsh GuptaClient-Server Architecture Explained with Examples, Diagrams, and Real-World ApplicationsLearn how clients and servers interact to power websites, apps, and gaming platforms, along with the benefits and challenges of this model.Oct 26
Rachita BImplementing SSE (Server-Side-Events) using FastAPISSE (Server-Side Events) is a technology that enables web applications to receive real-time unidirectional communication from the server to…Mar 18
InLevel Up CodingbySheen BrisalsIt’s Not About The Number Of Tiers. It’s About How You Tie Them!Distributedness is a necessity!Sep 16
PoonamDemystifying HTTP Request vs HTTP Polling vs Long Polling vs WebSocket vs Server sent event vs…In client-server architecture or where two system tries to communicate with each other there are different ways to do that, in this article…Jun 28, 2023
InFAUN — Developer Community 🐾byManjit SinghUnderstanding the OSI Model: A Refresher for Backend EngineersThe Open Systems Interconnection (OSI) model is a conceptual framework that divides the functions of a telecommunication or computing…Jun 9
InJavaScript in Plain EnglishbyVaibhav MoradiyaNode.js: Building a Client-Server ApplicationIn this tutorial, we’ll create a chat application in Node.js using the Net node module. This module enables us to establish a client-server…May 3, 2023
Reena RoteCertificate Pinning — Securing Your Android App’s ConnectionsIn today’s advanced tech world, safeguarding sensitive data transmitted between Android App and its server is superior to all. While HTTPS…Feb 14
Koushik Chandra MajiClient Server Communication Through Message Queue Using CA message queue is an inter-process communication (IPC) mechanism that allows processes to exchange data in the form of messages between…Oct 1, 2023