Single-Page Applications
Yiyi Sun
Abstract
Yiyi Sun
Abstract
The Web started as static web sites that served static HTML documents. The HTML documents contained hyperlinks to other documents distributed on web servers all over the world. Later, the web sites became web applications when web servers could generate dynamic content based on the user navigation and input. These web servers use a server-side technology, such as ASP, JSP, or PHP, to retrieve and update data from and to databases and generate HTML dynamically. This is called traditional server-side rendering (SSR).
OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The Web started as static web sites that served static HTML documents. The HTML documents contained hyperlinks to other documents distributed on web servers all over the world. Later, the web sites became web applications when web servers could generate dynamic content based on the user navigation and input. These web servers use a server-side technology, such as ASP, JSP, or PHP, to retrieve and update data from and to databases and generate HTML dynamically. This is called traditional server-side rendering (SSR).
Key concepts: Computer science, Static web page, World Wide Web, Web server, Web page, Hyperlink, Dynamic web page, Server