Saturday, September 08, 2012

Single Page (Web) Apps

Single Page Applications @ Wikipedia

In an SPA, either all necessary code – HTMLJavaScript, and CSS – is retrieved with a single page load,[1] or partial changes are performed loading new code on demand from the web server, usually driven by user actions. The page does not automatically reload during user interaction with the application, nor does control transfer to another page. Updates to the displayed page may or may not involve interaction with a server.


Building Single Page Apps with Knockout, jQuery, and Web API - Part 1 - The Story Begins - John Papa

No comments: