# What is a backend?

[Backend and frontend](https://www.ionos.com/digitalguide/websites/website-creation/backend-frontend/) refer to the two independent but complementary sides of software. **If you think of a piece of software like a car**, the backend would contain the engine, chassis, electrical wiring and so forth. The frontend, on the other hand, would have the steering wheel, dashboard, buttons for operating the windows and other such features.

Definition The backend is the **backstage area of a website or app** that is not accessible to users. Data storage and processing take place in the backend.

## What does backend mean?

The word backend is used to refer to two different things:

1. The side of a piece of software where **data processing** takes place.
2. The **admin area** that is inaccessible to normal users

**Software can be understood as a machine for data processing**. It runs calculations and uses the results of those calculations to determine how the software should move forward. Data is created and saved using [databases](https://www.ionos.com/digitalguide/hosting/technical-matters/databases/) like [MongoDB](https://www.ionos.com/digitalguide/websites/web-development/mongodb-an-introduction-and-comparison-to-mysql/) and [MySQL](https://www.ionos.com/digitalguide/server/know-how/what-is-mysql/). All of that happens in the background.

In contrast to the frontend, which is tailored to human users, **the backend is oriented towards the technical needs** of the software. Efficiency, performance, scalability and security are top priorities.

Following the programming principle “separation of concerns”, the **backend and frontend are implemented as two independent layers**. However, both layers are necessary for fully functioning software — a backend without a frontend is like a machine without buttons.

Note For more on the [difference between the backend and frontend](https://www.ionos.com/digitalguide/websites/website-creation/backend-frontend/), check out our article.

## Who works on the backend?

There are **two different groups** who work on the backend:

1. **Administrators** who log into the backend to manage a system.
2. **Backend developers** who build, maintain and continue to develop backends.

Let’s take a look at the two groups in detail and how they work in the backend.

### How do admins work in the backend?

Let’s use the popular CMS [WordPress](https://www.ionos.com/digitalguide/hosting/cms/wordpress-the-cms-for-more-than-just-blogs/) as an example. After signing in via the [WordPress admin login](https://www.ionos.com/digitalguide/hosting/blogs/wordpress-login-how-to/), you’ll end up in the backend, also known as the **WordPress Dashboard**. This is the interface for creating, editing and deleting content.

Tip Take advantage of IONOS’s [Managed Hosting for WordPress](https://www.ionos.com/hosting/managed-wordpress "IONOS Managed Hosting for WordPress") for a quick and safe WordPress website.

In addition to basic [CRUD operations](https://www.ionos.com/digitalguide/websites/web-development/crud-the-most-important-database-operations/), **WordPress admins manage** things like [WordPress user roles](https://www.ionos.com/digitalguide/hosting/blogs/wordpress-roles/) and [WordPress plugins for website security](https://www.ionos.com/digitalguide/hosting/blogs/wordpress-plugins-for-securing-your-website/) in the backend.

Note Even though it’s called a backend, the WordPress Dashboard is actually a graphic user interface. This shows that the terms backend and frontend exist on a spectrum.

### How do developers work in the backend?

Unlike admins, **backend developers won’t sign into the backend** to work on it. They work in a local development environment, where they write [source code](https://www.ionos.com/digitalguide/websites/web-development/source-code-explained-definition-examples/) that will be executed on the backend server or container.

After mostly autonomous testing, **code is deployed to servers** using [continuous integration tools](https://www.ionos.com/digitalguide/websites/web-development/continuous-integration-tools/). Alternatively plugins can be used — there are, for example, [WordPress plugins](https://www.ionos.com/digitalguide/hosting/blogs/wordpress-plugin-development/) that run in the backend but can be managed by admins.

Unlike the front end, which is executed on the client, the backend runs on the server. Usually developers will use a **stack of technologies** referred to as a “[web stack](https://www.ionos.com/digitalguide/server/know-how/web-stacks-the-basics-and-examples/)” for programming and execution. LAMP and MEAN are two popular web stacks among the many options out there.

A web stack has an operating system or container as its execution environment. Within this environment there’s a **server program that receives and answers requests**. Scripts are executed in a [web programming language](https://www.ionos.com/digitalguide/websites/web-development/web-programming-languages/), which serves as the link between server and database:

<table>
  <thead>
    <tr>
      <th>Web stack</th>
      <th>Execution environment</th>
      <th>Server</th>
      <th>Database</th>
      <th>Language</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>LAMP</strong></td>
      <td><strong>L</strong>inux</td>
      <td><strong>A</strong>pache</td>
      <td><strong>M</strong>ySQL</td>
      <td><strong>P</strong>HP</td>
    </tr>
    <tr>
      <td><strong>MEAN</strong></td>
      <td><strong>N</strong>ode.js</td>
      <td><strong>E</strong>xpress.js</td>
      <td><strong>M</strong>ongoDB</td>
      <td><strong>A</strong>ngular (JavaScript)</td>
    </tr>
  </tbody>
</table>

Backend developers often use [web frameworks](https://www.ionos.com/digitalguide/websites/web-development/web-frameworks-an-overview/) to **simplify data retrieval, processing and storage**. Below, we’ll introduce some of the most important backend frameworks.

Note Did you know? Programmers that develop both backend and frontend are called “full stack developers”.

## What are the most important backend frameworks?

Frameworks can help simplify the work of backend development. For example, thanks to a backend framework you won’t have to write processes like **user authentication and database connection** from scratch every time. They often also include multiple languages and a template language for generating the HTML code delivered to the front end.

The specific backend framework used will **depend on the programming environment and programming language at hand**. The most common languages are [PHP, Python](https://www.ionos.com/digitalguide/websites/web-development/php-vs-python/), Ruby, JavaScript and Java. Let’s take a look at some of the most popular backend frameworks for these languages.

### Backend frameworks in PHP, Symfony und Laravel

[Symfony and Laravel](https://www.ionos.com/digitalguide/websites/web-development/symfony-vs-laravel/) are **two of the most popular backend frameworks**. They can both be used to program sophisticated web apps, without having to start from scratch. Laravel is simpler and easier to learn, while Symfony is more powerful and flexible.

The two systems are **known for their modular designs**. Many useful web technologies have emerged from the [Symfony](https://www.ionos.com/digitalguide/websites/web-development/symfony-useful-php-library-for-your-web-project/). Laravel has also contributed a lot with its [Laravel Blade templates](https://www.ionos.com/digitalguide/websites/web-development/laravel-blade-templates/).

Tip Learn how to program web apps yourself using PHP with our big [PHP tutorial](https://www.ionos.com/digitalguide/websites/website-creation/learn-php-our-all-encompassing-php-tutorial-for-beginners/).

### The classic MVC backend framework, Ruby on Rails

The backend framework [Ruby on Rails](https://www.ionos.com/digitalguide/websites/web-development/ruby-on-rails-creating-your-own-with-less-code/) (RoR) was considered revolutionary when it was first released and helped the scripting language Ruby reach its initial success. There’s probably no other framework that focusses as much on **productivity and developers’ satisfaction**. RoR popularized the model-view-controller (MVC) approach and paved the way for many subsequent backend frameworks.

Tip Check out our tutorial to learn how to [create a Ruby on Rails app](https://www.ionos.com/digitalguide/websites/web-development/create-a-ruby-on-rails-application/).

### Program in Python with the Django backend framework

Python is one of the classic web scripting languages. [Django](https://www.ionos.com/digitalguide/hosting/cms/django-cms-the-basics/) is a powerful backend framework that makes it possible **to develop new web apps faster**. It adopts the model-view-controller pattern and has its own template engine.

Tip Learn the basics of Python with our [Python tutorial](https://www.ionos.com/digitalguide/websites/web-development/python-tutorial/).

### Write web apps in JavaScript with Express and Node.js

Traditionally, there’s been a **line drawn between frontend and backend programming languages**. The frontend languages HTML, JavaScript and CSS stood in contrast to the backend languages PHP, Python, Perl and Ruby. The appearance of the [JavaScript runtime environment Node.js](https://www.ionos.com/digitalguide/websites/web-development/introduction-to-nodejs/) marked a change in this — it made it possible to use JavaScript both in the frontend and the backend.

Node.js provides the foundation for writing web apps in JavaScript. A web framework like Express is then typically used on top of it. **This combination gained popularity as part of the MEAN stack** along with MongoDB and the Angular frontend framework.

### Writing web apps in Java with the Spring backend framework

On its own, Java isn’t considered a language for writing modern web apps. However, the [Spring framework](https://www.ionos.com/digitalguide/websites/web-development/spring-framework-a-backbone-extension-of-java/) provides a **stable foundation for developing complex Java apps**. Newer developments like [Quarkus](https://www.ionos.com/digitalguide/server/configuration/what-is-quarkus/) enable high-performance execution in containers.

Tip Learn how to create Java apps with the Spring framework in our [Spring Boot tutorial](https://www.ionos.com/digitalguide/websites/web-development/spring-boot-tutorial/).


This is a markdown version of: [https://www.ionos.com/digitalguide/websites/website-creation/what-is-a-backend/](https://www.ionos.com/digitalguide/websites/website-creation/what-is-a-backend/) for AI/LLM consumption.