WSWhat Scene?

Learn · Web development

What is a web server?

A web server is a computer (usually one you rent in a data center) that stores your website and sends it to visitors when they request it. It listens for browser requests, finds or builds the right page, and returns it. It runs continuously so your site is available at any hour.

The word also refers to the software on that machine that handles the requests. Either way, the job is the same: receive a request, respond with the page. For a dynamic site, the server also runs your backend code and talks to the database before responding.

You don't have to own or manage a physical server. Most sites run on shared hosting or cloud platforms where the provider handles the hardware, and modern serverless platforms run your code on demand without you managing a server at all.

Updated July 2026

Related

Want this built, not just explained?