Cargando…

Building SPAs with Django and HTML over the wire : learn to build real-time single page applications with Python /

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 u...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fenollosa, Andros
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited, 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents Setting up the Virtual Environment Creating a Django Project around Docker Adding WebSockets to Django Working with the Database Separating Communication in Rooms Creating SPAs on the Backends Creating a Real-Time Blog Using Only Django Simplifying the Frontend.