The Browser
The browser plays three roles in the web framework:
Provide communication to and from the webserver
Interpret the data from the server and render it into the view that the user actually sees
Handle user interaction through the keyboard, mouse, touchscreen, or other input device and take the appropriate action
Browser-to-Webserver Communication
Browser-to-webserver communication consists of a series of requests, using the HTTP and HTTPS ...
Get Node.js, MongoDB, and AngularJS Web Development 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.