Node.js Web Server Module
What is Web Server?
Web Server is a software program that handles HTTP requests sent by HTTP clients like web browsers and returns web pages in response to the clients. Web servers usually respond with HTML documents along with images, style sheets, and scripts.
Most of the web server support server-side scripts using a scripting language or redirect to the application server which performs the specific task of getting data from the database, perform complex logic etc. and then sends a result to the HTTP client through the Web server. Apache web server is one of the most commonly used Web Server. It is an open source project.
Web Application Architecture
A web application can be divided into 4 layers:
Client Layer: The Client layer contains web browsers, mobile browsers or applications which can make an HTTP request to the web server.
Server Layer: The Server layer contains a Web server which can intercept the request made by clients and pass them the response.
Business Layer: The business layer contains application server which is utilized by the web server to do required processing. This layer interacts with the data layer via database or some external programs.
Data Layer: The Data layer contains databases or any source of data.
https://www.miglioretop.com and https://avisdeproduits.com
https://www.miglioretop.com and https://avisdeproduits.com






