I'm looking for a timeline of historic to modern approaches to updating client side content.
Take for example the process of ordering, preparing, and delivering a pizza. What are the various techniques that are possible to update client side state?
So far I have
- Meta Refresh (ancient)
- Javascript polling
- Websockets
- Quic
- Spdy
- HTTP/2 implementation of SPDY
Do other techniques exist? If so what are they?