Articles on: Getting Started
This article is also available in:

What is a Back End?

The concept of Back End



In computer programming and web development, the back end refers to any software that users simply cannot see. This "background" must communicate with the front to deliver the content.

The Back End contains the mechanisms that make a website or application work. Users can neither see nor interact with it, but it determines how data is stored and managed.

In other words, the back end refers to the server side of the content. They contact the client side to provide the information requested by the requests. Traditional programming languages include Java, Javascript, C++, Node.js, Python and PHP .

Django, Laravel, Express, and Rails are also popular code formats. The Back End must work seamlessly with the front end to achieve the desired result on the public user interface.

Updated on: 22/03/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!