Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 506 Bytes

Server

What is a server?

server

/ˈsəːvə/

noun

  1. a person or thing that serves.
  2. a computer or computer program which manages access to a centralized resource or service in a network.

Web Server Applications

In WDI we will be dealing a lot with writing the logic of a web application server.

This application runs on a computer and responds to requests from the network.

In response to a request it gets data from a database and serves it back to the user who requested it.