Sadia Mukhtarsadiamukhtar.hashnode.dev·Nov 1, 2024Understanding the Basics of Web InteractionIf you try to think of a life without the web, it seems unimaginable right? Have you ever paid attention to what happens when we view a webpage in our phones and computers? My blog will take you through what client-server architecture is, how the web...12 likes·61 readshttp
Subham Dashsubhamdash.hashnode.dev·Mar 18, 2024Server Sent Events (SSE): A Comprehensive Conceptual Deep DiveWhat is Server Sent Events (SSE)? A Server Sent Event is when a web page automatically gets updates from a server. Traditionally, a web page has to send a request to the server to receive new data, then the server will send the response to the client...28 reads#WebSocketsAlternative
Raushan Kumarwhy-dsa.hashnode.dev·Jul 11, 2023Web CommunicationIn this blog post, we'll take a deep dive into the inner workings of websites, demystifying the technical aspects and providing a clear understanding of how they function. From the client-server model to the flow of data, we'll explore the key compon...21 likes·33 readswebdev