Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
regex9
1 year ago

One dynamic website is a website where the content is compiled when calling. This can happen on both server and client side.

Two specific examples:

  • A website where all texts are in a database. When the website is accessed, the texts are loaded and inserted into a corresponding HTML document, which is in turn sent to the browser.
  • A website displays the current time in its footer area. To generate the current time, JavaScript is used.

One Web Application ensures that a website can be dynamic. It generates the content. A web application therefore includes both the application part on client side (JavaScript/WASM/…), as well as the applications that run on server side and receive the incoming requests from the web server there.