Single Page Application (SPA)
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.