Cargando…

Python web development with Sanic : an in-depth guide for Python web developers to improve the speed and scalability of web applications /

Build a performant and scalable web application using Sanic, along with maintaining clean code to fit your unique challenges and business requirements Key Features Expand your knowledge of web application architecture for building scalable web apps Learn the core philosophies of performance and scal...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hopkins, Adam (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents Introduction to Sanic and Async Frameworks Organizing a Project Routing and Intaking HTTP Requests Ingesting HTTP Data Building Response Handlers Operating Outside the Response Handler Dealing with Security Concerns Running a Sanic Server Best Practices to Improve Your Web Applications Implementing Common Use Cases with Sanic A Complete Real-World Example.