Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære What Is the Web and How It Works | Section
Introduction to Backend Development

bookWhat Is the Web and How It Works

Sveip for å vise menyen

When you open a website, something happens behind the scenes.

You type a URL or click a link, and a page appears almost instantly. That page is not stored on your computer. It comes from somewhere else.

Here is the simple idea of what happens:

Your browser sends a request to a server. The server receives that request, processes it, and sends back a response. Your browser then displays that response as a web page.

In a simplified form:

browser → request → server → response → page

For example, when you open a product page, your browser asks the server for that product. The server finds the data and sends it back. Your browser shows it to you.

This process happens every time you use the internet, even if you don't notice it.

The key idea to understand here is simple:

There is always logic running somewhere behind the scenes. That hidden part is what we call the backend.

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 1

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

Seksjon 1. Kapittel 1
some-alt