Title Text

The Basics

HTTP

Server

Request

GET www.hawa.com

Response

<html>
<head>
    <title> Home </title>
</head>
<body>
    <img src="hawaLogo.png"/>
    ...
</body>
</html>

Server side rendering

Server side rendering

Client side rendering

Client side rendering

Single Page Applications

Rest API

Made with Slides.com