Back end (computing)

Return to Back end (disambiguation) or Frontend (computing)

Snippet from Wikipedia: Frontend and backend

In software development, frontend refers to the presentation layer that users interact with, while backend involves the data management and processing behind the scenes, and full-stack development refers to mastering both. In the client–server model, the client is usually considered the frontend, handling user-facing tasks, and the server is the backend, managing data and logic. Some presentation tasks may also be performed by the server.