Part 3: HTML over WebSockets
In this part, we will assimilate a modern architecture for creating SPAs using the backend to render the HTML and send it via a WebSockets connection to the frontend. We will use everything we have learned to create a real-time SPA Blog where all the load and logic will be in the backend, leaving the frontend with the only responsibility of handling events.
In this part, we will cover the following chapters:
- Chapter 6, Creating SPAs on the Backends
- Chapter 7, Creating a Real-Time Blog Using only Django