#software-architecture
Read more stories on Hashnode
Articles with this tag
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...
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...
The client holds our user interface. The user interface is the presentation part of the application. It’s written in Html, JavaScript, CSS and is...
Client-Server Architecture is fundamental building block of the web The architecture works on a request-response model. The client sends the request...