single-page application
Jump to navigation
Jump to search
English
[edit]Alternative forms
[edit]Noun
[edit]single-page application (plural single-page applications)
- (web development) A website where new content is shown by dynamically replacing existing content in the web page rather than navigating to a different URL.
- Synonym: SPA
- Coordinate term: progressive web application
- 2014, Jon Galloway, Brad Wilson, K. Scott Allen, David Matson, Professional ASP.NET MVC 5, John Wiley & Sons, →ISBN, page 20:
- The Single Page Application template sets you up for an application that's primarily driven via JavaScript requests to Web API services rather than the traditional web page request / response cycle.