static web server

Server Side Website Programming

Created: 2022-09-22
Tags: #fleeting


static web server, or stack,
We call it "static" because the server sends its hosted files as-is to your browser.

It consists of

  • computer with an HTTP server (software).

Basically, the hard-coded document will not be changed when sent to Client.
Pasted image 20220922154000.png