Webapps where there is only a single index.html
that changes on the fly.
Client requests information, web page instantly returns the webpage either:
- Webpage saved in cache
- A empty webpage
- A JS file is given from the CDN
- the JS file sends an API to your server
- server returns the entire webpage