Book description
Discover how to construct real-time applications with Python and Django without the hassle of learning JavaScript
Key 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 book
Book Description
The 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 backend
Who this book is for
This 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.
Table of contents
- Building SPAs with Django and HTML Over the Wire
- Foreword
- Contributors
- About the author
- About the reviewer
- 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
- Technical requirements
- Creating models for the database
- Generating fake articles and comments
- Listing of articles
- Navigating between articles with pagination
- Adding an article search engine
- Creating a static page
- Moving between pages and generating a browser
- Implementing an individual page per article
- Adding a list of comments
- Adding new comments
- Offering an RSS feed
- Summary
- Part 4: Simplifying the frontend with Stimulus
- Chapter 8: Simplifying the Frontend
- Other Books You May Enjoy
Product information
- Title: Building SPAs with Django and HTML Over the Wire
- Author(s):
- Release date: August 2022
- Publisher(s): Packt Publishing
- ISBN: 9781803240190
You might also like
book
Django Standalone Apps: Learn to Develop Reusable Django Libraries
Develop standalone Django apps to serve as the reusable building blocks for larger Django projects. This …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
book
Practical Django 2 and Channels 2: Building Projects and Applications with Real-Time Capabilities
Learn how to rapidly build your own ecommerce site by applying Django’s battle-tested components. This book …