
- 264 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Building SPAs with Django and HTML Over the Wire
About this book
Discover how to construct real-time applications with Python and Django without the hassle of learning JavaScriptKey Features• Learn to put together an SPA using Python and very little JavaScript• Create WebSocket communication between the backend and frontend• Build a real-world project with Django using the techniques provided in this bookBook DescriptionThe HTML over WebSockets approach simplifies single-page application (SPA) development and lets you bypass learning a JavaScript rendering framework such as React, Vue, or Angular, moving the logic to Python. This web application development book provides you with all the Django tools you need to simplify your developments with real-time results.You'll learn state-of-the-art WebSocket techniques to realize real-time applications with minimal reliance on JavaScript. This book will also show you how to create a project with Docker from the ground up, test it, and deploy it on a server. You'll learn how to create a project, add Docker, and discover development libraries, Django channels, and bidirectional communication, and from then, on you'll create real projects of all kinds using HTML over WebSockets as a chat app or a blog with real-time comments. In addition, you'll modernize your development techniques by moving from using an SSR model to creating web pages using WebSockets over HTML. With Django, you'll be able to create SPAs with professional real-time projects where the logic is in Python.By the end of this Django book, you'll be able to build real-time applications, as well as gaining a solid understanding of WebSockets with Django.What you will learn• Explore real-time site realization• Understand the proper use of Django channels• Find out how to set up Docker with Django• Discover how to use a JavaScript framework such as Stimulus• Manage a database asynchronously in Django• Bring dynamic rendering logic to the backendWho this book is forThis book is for developers looking to build applications where they want to bring logic to the backend, learn WebSockets, and not depend on JavaScript heavily to create a single-page application. Basic knowledge of HTML and Python and familiarity with basic web development concepts is expected.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Building SPAs with Django and HTML Over the Wire
- Foreword
- Preface
- Part 1: Getting Started with Python
- Chapter 1: Setting up the Virtual Environment
- Chapter 2: Creating a Django Project around Docker
- Part 2: WebSockets in Django
- Chapter 3: Adding WebSockets to Django
- Chapter 4: Working with the Database
- Chapter 5: Separating Communication in Rooms
- Part 3: HTML over WebSockets
- Chapter 6: Creating SPAs on the Backends
- Chapter 7: Creating a Real-Time Blog Using Only Django
- Part 4: Simplifying the frontend with Stimulus
- Chapter 8: Simplifying the Frontend
- Other Books You May Enjoy