Browse Definitions :
Definition

single-page application (SPA)

A single-page application (SPA) is a Web app that is presented to the user through a single HTML page to be more responsive and to more closely replicate a desktop application or a native app. An SPA is sometimes referred to as a single-page interface (SPI).

A single-page application may retrieve all of the application’s HTML, JavaScript, and CSS code on the initial load or may load resources dynamically to update in response to user interaction or other events. Other web apps, in contrast, present the user with an intial page that is linked to parts of the application on separate HTML pages, which means that the user has to wait for a new page to load every time they make a new request.

SPAs use HTML5 and Ajax (Asynchronous JavaScript and XML) to enable smooth and dynamic responses to user requests, allowing content to update immediately when a user performs an action. Once the page is loaded, interactions with the server are through Ajax calls and data is returned, typically in JSON (JavaScript Object Notation) format, to update the page without requiring reloads.

This was last updated in December 2016

Continue Reading About single-page application (SPA)

Networking
  • What is asynchronous?

    In general, asynchronous -- from Greek asyn- ('not with/together') and chronos ('time') -- describes objects or events not ...

  • What is a URL (Uniform Resource Locator)?

    A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the internet.

  • What is FTP?

    File Transfer Protocol (FTP) is a network protocol for transmitting files between computers over TCP/IP connections.

Security
CIO
  • What is an IT service catalog?

    An IT service catalog is a list of information technology resources and offerings available from the IT service provider within ...

  • What is strategic innovation?

    Strategic innovation is an organization's process of reinventing or redesigning its corporate strategy to drive business growth, ...

  • What is a startup accelerator?

    A startup accelerator, sometimes referred to as a seed accelerator, is a business program that supports early-stage, ...

HRSoftware
Customer Experience
Close