Open Access. Powered by Scholars. Published by Universities.®

Digital Communications and Networking Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Nebraska - Lincoln

Honors Theses

Articles 1 - 1 of 1

Full-Text Articles in Digital Communications and Networking

Data Management In Web Applications To Balance Performance And Security, Caleb Marcoux May 2022

Data Management In Web Applications To Balance Performance And Security, Caleb Marcoux

Honors Theses

As web applications become increasingly popular, many are running several calculations and data processing on the client machine, it is important to consider data management practices on the front-end of these web applications. Typically, some data from the server is stored in the client's memory or hard disk. How much data should be stored for how long, as well as many other considerations, influence the time and space performance of the web application, as well as its security. In this thesis, we explore several challenges, solutions, and design patterns in web application data management through the lens of a senior …