Backend

noun · web development

1.

The server layer of a web application that handles business logic, data processing, authentication, and communication with databases — the invisible infrastructure that powers everything the user sees on the Frontend.

2.

Server-side technical architecture built with languages like Node.js, Python, or Java, responsible for processing HTTP requests, securing data, and exposing APIs consumed by user interfaces.

3.

The technical foundation of a digital product that ensures performance, scalability, and data exchange security — the silent engine without which no interactive web application could function.

See also
Node.jsAPIDatabaseServer