Front end and back end: Difference between revisions

Content deleted Content added
top: Fixed grammar
Tags: Reverted canned edit summary Mobile edit Mobile app edit Android app edit
Reverted good faith edits by 102.249.2.15 (talk): Not a grammar fix.
Line 1:
{{short description|Presentation layer of piece of software}}
In [[software engineering]], the terms '''frontend''' and '''backend''' (or sometimes referred to as '''frontback end''' or '''back-end''') refer to the [[separation of concerns]] between the [[presentation layer]] (''frontend''), and the [[data access layer]] (''backend'') of a piece of [[software]], or the physical infrastructure or [[Hardware (computer)|hardware]]. In the [[client–server model]], the [[Client (computing)|client]] is usually considered the frontend and the [[Server (computing)|server]] is usually considered the backend, even when some presentation work is actually done on the server itself.
 
== Introduction ==