Single Page Application (SPA)

From NovaOrdis Knowledge Base
Revision as of 18:30, 17 December 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * Software Architecture =Overview= A Single Page Application (SPA) is a web application whose presentation layer is decoupled...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A Single Page Application (SPA) is a web application whose presentation layer is decoupled from the backend processing. Because of this decoupling, a SPA can afford to develop more than one user interface (such as a native mobile application) for the same backend functionality. The backend can also be integrate with other applications that consume the API.