7

Design an application

Images

What you will learn

We can now create applications that use the browser and server to deliver a user experience. The browser downloads HTML pages from the server and runs JavaScript programs on those pages that interact with the server’s services. Our first versions of the Cheese Finder game ran entirely in the browser. This made their operation vulnerable as it is possible to view the execution of a JavaScript program on the browser using the Developer Tools. We improved the security of Cheese Finder by moving some functions into the server and creating a protocol of requests and responses that allow code in the browser ...

Get Begin to Code: Building apps and games in the Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.