Building SPAs with Django and HTML Over the Wire
eBook - ePub

Building SPAs with Django and HTML Over the Wire

  1. 264 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • 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.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Building SPAs with Django and HTML Over the Wire by Andros Fenollosa in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Building SPAs with Django and HTML Over the Wire
  2. Foreword
  3. Preface
  4. Part 1: Getting Started with Python
  5. Chapter 1: Setting up the Virtual Environment
  6. Chapter 2: Creating a Django Project around Docker
  7. Part 2: WebSockets in Django
  8. Chapter 3: Adding WebSockets to Django
  9. Chapter 4: Working with the Database
  10. Chapter 5: Separating Communication in Rooms
  11. Part 3: HTML over WebSockets
  12. Chapter 6: Creating SPAs on the Backends
  13. Chapter 7: Creating a Real-Time Blog Using Only Django
  14. Part 4: Simplifying the frontend with Stimulus
  15. Chapter 8: Simplifying the Frontend
  16. Other Books You May Enjoy