L
L
lleksa2020-03-19 00:35:50
IT terminology
lleksa, 2020-03-19 00:35:50

What is back-end and front-end?

I found only a vague concept, but I didn’t fully understand what it was. (Google didn’t help)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-03-19
@lleksa

Web applications and complex sites are essentially client-server architecture network software, actually consisting of two parts:

  1. The client part (frontend), running in the user's browser.
  2. The server part (backend) running on servers.

When you clicked the "Publish" button in the form for creating a question, the frontend javascript code checked the correctness of the form, generated a request with the data contained in it and sent it to the server, on the server the backend php code accepted this data, processed it in the necessary way, and saved it to the database and returned a response to the frontend about the success of the operation, after which the browser opened the question page for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question