PDA

View Full Version : What Is Backend Of A Website?



laragiles
03-25-2022, 03:33 AM
What Is Backend Of A Website?

taxiongo
03-25-2022, 04:25 AM
Backend is the server-side of the website. It stores and arranges data, and also makes sure everything on the client-side of the website works fine. It is the part of the website that you cannot see and interact with. It is the portion of software that does not come in direct contact with the users. The parts and characteristics developed by backend designers are indirectly accessed by users through a front-end application.

donamiller90
03-25-2022, 07:38 AM
The back- end of a website consists of a server, an application, and a database. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website to even exist in the first place.

chris26
03-25-2022, 09:49 AM
The back end of a website is everything people do not see. It has data base and scripts and anything the website needs to work.

soleseriouss
03-26-2022, 12:36 AM
It's responsible for storing and organizing data, and ensuring everything on the client-side actually works!