#beginners
Read more stories on Hashnode
Articles with this tag
Pre-requisites: What is a robust system?-A system that has capability to cope with errors What is Scalable System?- A system that can handle increase...
Client-Side Rendering: When a user requests a web page from the server & the browser receives the response. It has to render the response on the...
In this article, we will get an insight into the HTTP Push & Pull mechanism. We know that the majority of the communication on the web happens over...
What is Rest? REST stands for Representational State Transfer. It’s a software architectural style for implementing web services. Web services...
In this article, we will learn how communication takes place between the Client and the Server. Request-Response Model: The client & the server have a...
The primary task of a web server is to receive the requests from the client & provide the response after executing the business logic based on the...