The document discusses building reactive real-time apps without writing JavaScript. It presents an approach called View Transformation Protocol that keeps business logic on the server and uses server-rendered views with a real-time layer for progressive enhancement. Examples show how views can be declaratively defined and updated in real-time by applying data changes received from the server over websockets.