Technology behind WebApps
(6m 58s)
WebApps that run within browsers are usually based on HTTP(S) protocols. These protocols consist of messages being sent from the client to the browser, then to the server, and the server sends back a response. There is no continuous connection between the client and the server. This lesson goes more into depth about the technology behind WebApps.