#web-development
Read more stories on Hashnode
Articles with this tag
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...
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...