Tuesday, April 17, 2012

Modern Web Architecture: The HTML5 Web Storage

Abstract One of the most important features of HTML5 is the Web Storage feature. Using the Web Storage feature, the client state can be saved on the browser level without consuming the network bandwidth or the server memory. The Web Storage increases the scalability of the web applications on the server level and on the network level. In this article, I will show you how to work with the HTML5 Web Storage feature. Read more at Technical Advices

No comments:

Post a Comment